mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
No descriptors error
This commit is contained in:
parent
53ca5dc67a
commit
737603e81b
3 changed files with 25 additions and 3 deletions
|
@ -47,7 +47,8 @@ namespace garlic
|
|||
eRouterErrorNone = 0,
|
||||
eRouterErrorClockSkew = 1,
|
||||
eRouterErrorOffline = 2,
|
||||
eRouterErrorSymmetricNAT = 3
|
||||
eRouterErrorSymmetricNAT = 3,
|
||||
eRouterErrorNoDescriptors = 4
|
||||
};
|
||||
|
||||
class RouterContext: public i2p::garlic::GarlicDestination
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue