mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-18 23:16:37 +02:00
set high bandwidth together with extra badnwidth
This commit is contained in:
parent
cd8169c0a5
commit
93b8bd7f02
1 changed files with 1 additions and 1 deletions
|
@ -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 ();
|
||||
|
|
Loading…
Add table
Reference in a new issue