mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-05-28 01:46:23 +02:00
detect clock skew
This commit is contained in:
parent
dc6108575c
commit
440516e95f
4 changed files with 22 additions and 1 deletions
|
@ -20,7 +20,8 @@ namespace i2p
|
|||
{
|
||||
eRouterStatusOK = 0,
|
||||
eRouterStatusTesting = 1,
|
||||
eRouterStatusFirewalled = 2
|
||||
eRouterStatusFirewalled = 2,
|
||||
eRouterStatusError = 3
|
||||
};
|
||||
|
||||
class RouterContext: public i2p::garlic::GarlicDestination
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue