mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-03-07 06:09:42 +00:00
set high bandwidth together with extra badnwidth
This commit is contained in:
@@ -215,8 +215,8 @@ namespace i2p
|
|||||||
switch (type)
|
switch (type)
|
||||||
{
|
{
|
||||||
case low : /* not set */; break;
|
case low : /* not set */; break;
|
||||||
|
case extra : caps |= i2p::data::RouterInfo::eExtraBandwidth; // no break here
|
||||||
case high : caps |= i2p::data::RouterInfo::eHighBandwidth; break;
|
case high : caps |= i2p::data::RouterInfo::eHighBandwidth; break;
|
||||||
case extra : caps |= i2p::data::RouterInfo::eExtraBandwidth; break;
|
|
||||||
}
|
}
|
||||||
m_RouterInfo.SetCaps (caps);
|
m_RouterInfo.SetCaps (caps);
|
||||||
UpdateRouterInfo ();
|
UpdateRouterInfo ();
|
||||||
|
|||||||
Reference in New Issue
Block a user