mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-02-02 02:44:15 +00:00
set high bandwidth together with extra badnwidth
This commit is contained in:
parent
cd8169c0a5
commit
93b8bd7f02
@ -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 ();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user