mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
log changes of network status
This commit is contained in:
parent
a3246cd9dc
commit
81015a5228
2 changed files with 13 additions and 0 deletions
|
@ -48,6 +48,15 @@ namespace garlic
|
|||
eRouterStatusMesh = 4
|
||||
};
|
||||
|
||||
const char* const ROUTER_STATUS_NAMES[] =
|
||||
{
|
||||
"OK", // 0
|
||||
"Firewalled", // 1
|
||||
"Unknown", // 2
|
||||
"Proxy", // 3
|
||||
"Mesh" // 4
|
||||
};
|
||||
|
||||
enum RouterError
|
||||
{
|
||||
eRouterErrorNone = 0,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue