badwidth parameter

This commit is contained in:
orignal 2015-03-19 11:14:21 -04:00
parent 123e6b7de4
commit 3ccc8d9508
4 changed files with 30 additions and 1 deletions

View file

@ -56,6 +56,8 @@ namespace i2p
void SetReachable ();
bool IsFloodfill () const { return m_IsFloodfill; };
void SetFloodfill (bool floodfill);
void SetHighBandwidth ();
void SetLowBandwidth ();
bool AcceptsTunnels () const { return m_AcceptsTunnels; };
void SetAcceptsTunnels (bool acceptsTunnels) { m_AcceptsTunnels = acceptsTunnels; };
bool SupportsV6 () const { return m_RouterInfo.IsV6 (); };