mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
find router with specified caps
This commit is contained in:
parent
fb9d351600
commit
59d195c6da
4 changed files with 9 additions and 6 deletions
|
@ -200,8 +200,10 @@ namespace data
|
|||
case 'f':
|
||||
m_Caps |= Caps::eFloodfill;
|
||||
break;
|
||||
case 'M':
|
||||
case 'N':
|
||||
case 'O':
|
||||
m_Caps |= Caps::eHighBanwidth;
|
||||
m_Caps |= Caps::eHighBandwidth;
|
||||
break;
|
||||
case 'R':
|
||||
m_Caps |= Caps::eReachable;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue