mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-27 11:17:49 +02:00
network sattus Mesh added
This commit is contained in:
parent
1b8da90cbb
commit
cf8665748b
3 changed files with 5 additions and 1 deletions
|
@ -255,6 +255,7 @@ namespace http {
|
|||
case eRouterStatusFirewalled: s << "Firewalled"; break;
|
||||
case eRouterStatusUnknown: s << "Unknown"; break;
|
||||
case eRouterStatusProxy: s << "Proxy"; break;
|
||||
case eRouterStatusMesh: s << "Mesh"; break;
|
||||
case eRouterStatusError:
|
||||
{
|
||||
s << "Error";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue