mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-27 19:27:49 +02:00
differentiate symmetric and full cone NAT
This commit is contained in:
parent
c18e8f6c78
commit
1cc68ea402
2 changed files with 13 additions and 4 deletions
|
@ -245,6 +245,9 @@ namespace http {
|
|||
case eRouterErrorSymmetricNAT:
|
||||
s << " - " << tr("Symmetric NAT");
|
||||
break;
|
||||
case eRouterErrorFullConeNAT:
|
||||
s << " - " << tr("Full cone NAT");
|
||||
break;
|
||||
case eRouterErrorNoDescriptors:
|
||||
s << " - " << tr("No Descriptors");
|
||||
break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue