detect clock skew

This commit is contained in:
orignal 2016-09-18 18:42:21 -04:00
parent dc6108575c
commit 440516e95f
4 changed files with 22 additions and 1 deletions

View file

@ -20,7 +20,8 @@ namespace i2p
{
eRouterStatusOK = 0,
eRouterStatusTesting = 1,
eRouterStatusFirewalled = 2
eRouterStatusFirewalled = 2,
eRouterStatusError = 3
};
class RouterContext: public i2p::garlic::GarlicDestination