mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-02-25 13:17:38 +01:00
wip
This commit is contained in:
parent
26de037e94
commit
6e8303c5a4
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ namespace i2p
|
|||
bool IsFloodfill () const { return m_IsFloodfill; };
|
||||
void SetFloodfill (bool floodfill);
|
||||
void SetFamily (const std::string& family);
|
||||
std::string GetFamilyString () const { return m_FamilyString; };
|
||||
//std::string GetFamilyString () const { return m_FamilyString; };
|
||||
void SetBandwidth (int limit); /* in kilobytes */
|
||||
void SetBandwidth (char L); /* by letter */
|
||||
bool AcceptsTunnels () const { return m_AcceptsTunnels; };
|
||||
|
|
Loading…
Add table
Reference in a new issue