diff options
| author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2016-09-27 13:49:43 -0700 |
|---|---|---|
| committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2016-09-27 13:49:43 -0700 |
| commit | 9f550292fe0ebc32e61eeada9e3a69970c874724 (patch) | |
| tree | 94c804b06a9a44e79b6e09373f38a9562cb60bc6 /node/Peer.cpp | |
| parent | 5ba7ca91c03fc3ad9ac5c360e6156b91a208fb25 (diff) | |
| download | infinitytier-9f550292fe0ebc32e61eeada9e3a69970c874724.tar.gz infinitytier-9f550292fe0ebc32e61eeada9e3a69970c874724.zip | |
Simply network auth logic and always sent error on auth failure even for unknown networks to prevent forensics.
Diffstat (limited to 'node/Peer.cpp')
| -rw-r--r-- | node/Peer.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/node/Peer.cpp b/node/Peer.cpp index d742964a..87882dad 100644 --- a/node/Peer.cpp +++ b/node/Peer.cpp @@ -50,6 +50,7 @@ Peer::Peer(const RuntimeEnvironment *renv,const Identity &myIdentity,const Ident _lastWhoisRequestReceived(0), _lastEchoRequestReceived(0), _lastComRequestReceived(0), + _lastComRequestSent(0), _lastCredentialsReceived(0), _lastTrustEstablishedPacketReceived(0), RR(renv), |
