Symmetric NAT error

This commit is contained in:
orignal 2021-03-01 12:20:53 -05:00
parent 57c969b0ed
commit 6d88c3ab05
4 changed files with 8 additions and 1 deletions

View file

@ -263,6 +263,9 @@ namespace http {
case eRouterErrorOffline:
s << " - Offline";
break;
case eRouterErrorSymmetricNAT:
s << " - Symmetric NAT";
break;
default: ;
}
break;