mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
show error message in the web-console
This commit is contained in:
parent
783c2b6b03
commit
7a51407f6d
4 changed files with 25 additions and 4 deletions
|
@ -279,7 +279,7 @@ namespace transport
|
|||
if (signedOnTime < ts - SSU_CLOCK_SKEW || signedOnTime > ts + SSU_CLOCK_SKEW)
|
||||
{
|
||||
LogPrint (eLogError, "SSU: clock skew detected ", (int)ts - signedOnTime, ". Check your clock");
|
||||
i2p::context.SetStatus (eRouterStatusError);
|
||||
i2p::context.SetError (eRouterErrorClockSkew);
|
||||
}
|
||||
}
|
||||
payload += 4; // signed on time
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue