Correct sent time with timecorrection value
This commit is contained in:
parent
21a80650b0
commit
5f1e7ffd0c
1 changed files with 1 additions and 1 deletions
|
@ -336,7 +336,7 @@ class Connection(object):
|
||||||
"rev": config.rev,
|
"rev": config.rev,
|
||||||
"crypt_supported": crypt_supported,
|
"crypt_supported": crypt_supported,
|
||||||
"crypt": self.crypt,
|
"crypt": self.crypt,
|
||||||
"time": int(time.time())
|
"time": int(time.time() + self.server.timecorrection)
|
||||||
}
|
}
|
||||||
if self.target_onion:
|
if self.target_onion:
|
||||||
handshake["onion"] = self.target_onion
|
handshake["onion"] = self.target_onion
|
||||||
|
|
Loading…
Reference in a new issue