mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
add Yggdrasil adddress even if NTCP2 is not published. Correct reachable capacity
This commit is contained in:
parent
dc64d1738a
commit
2d0e219197
2 changed files with 21 additions and 13 deletions
|
@ -31,7 +31,8 @@ namespace i2p
|
|||
eRouterStatusOK = 0,
|
||||
eRouterStatusTesting = 1,
|
||||
eRouterStatusFirewalled = 2,
|
||||
eRouterStatusError = 3
|
||||
eRouterStatusError = 3,
|
||||
eRouterStatusUnknown = 4
|
||||
};
|
||||
|
||||
enum RouterError
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue