From 93b8bd7f02f5d5c0d0a2a5bd651dd0e6d9a5de4b Mon Sep 17 00:00:00 2001 From: orignal Date: Fri, 18 Nov 2016 09:27:40 -0500 Subject: [PATCH] set high bandwidth together with extra badnwidth --- RouterContext.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RouterContext.cpp b/RouterContext.cpp index 6e0057fe..7847bef7 100644 --- a/RouterContext.cpp +++ b/RouterContext.cpp @@ -215,8 +215,8 @@ namespace i2p switch (type) { case low : /* not set */; break; + case extra : caps |= i2p::data::RouterInfo::eExtraBandwidth; // no break here case high : caps |= i2p::data::RouterInfo::eHighBandwidth; break; - case extra : caps |= i2p::data::RouterInfo::eExtraBandwidth; break; } m_RouterInfo.SetCaps (caps); UpdateRouterInfo ();