Simply network auth logic and always sent error on auth failure even for unknown networks to prevent forensics.
This commit is contained in:
parent
5ba7ca91c0
commit
9f550292fe
7 changed files with 64 additions and 61 deletions
|
@ -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),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue