mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-27 11:17:49 +02:00
check network status
This commit is contained in:
parent
e21dac21c8
commit
ffa0f0afd9
5 changed files with 24 additions and 5 deletions
|
@ -259,6 +259,9 @@ namespace http {
|
|||
case eRouterErrorClockSkew:
|
||||
s << "<br>Clock skew";
|
||||
break;
|
||||
case eRouterErrorOffline:
|
||||
s << "<br>Offline";
|
||||
break;
|
||||
default: ;
|
||||
}
|
||||
break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue