mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-03-07 06:09:42 +00:00
log changes of network status
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user