mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-05-23 23:55:35 +02:00
check network status
This commit is contained in:
parent
e21dac21c8
commit
ffa0f0afd9
5 changed files with 24 additions and 5 deletions
libi2pd
|
@ -37,7 +37,8 @@ namespace i2p
|
|||
enum RouterError
|
||||
{
|
||||
eRouterErrorNone = 0,
|
||||
eRouterErrorClockSkew = 1
|
||||
eRouterErrorClockSkew = 1,
|
||||
eRouterErrorOffline = 2
|
||||
};
|
||||
|
||||
class RouterContext: public i2p::garlic::GarlicDestination
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue