mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-27 11:17:49 +02:00
Symmetric NAT error
This commit is contained in:
parent
57c969b0ed
commit
6d88c3ab05
4 changed files with 8 additions and 1 deletions
|
@ -263,6 +263,9 @@ namespace http {
|
|||
case eRouterErrorOffline:
|
||||
s << " - Offline";
|
||||
break;
|
||||
case eRouterErrorSymmetricNAT:
|
||||
s << " - Symmetric NAT";
|
||||
break;
|
||||
default: ;
|
||||
}
|
||||
break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue