mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
detect clock skew
This commit is contained in:
parent
dc6108575c
commit
440516e95f
4 changed files with 22 additions and 1 deletions
|
@ -180,6 +180,7 @@ namespace http {
|
|||
case eRouterStatusOK: s << "OK"; break;
|
||||
case eRouterStatusTesting: s << "Testing"; break;
|
||||
case eRouterStatusFirewalled: s << "Firewalled"; break;
|
||||
case eRouterStatusError: s << "Error"; break;
|
||||
default: s << "Unknown";
|
||||
}
|
||||
s << "<br>\r\n";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue