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