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
|
@ -154,6 +154,8 @@ private:
|
|||
bool _doCIRCUIT_TEST_REPORT(const RuntimeEnvironment *RR,const SharedPtr<Peer> &peer);
|
||||
bool _doREQUEST_PROOF_OF_WORK(const RuntimeEnvironment *RR,const SharedPtr<Peer> &peer);
|
||||
|
||||
void _sendErrorNeedCredentials(const RuntimeEnvironment *RR,const SharedPtr<Peer> &peer,const uint64_t nwid);
|
||||
|
||||
uint64_t _receiveTime;
|
||||
SharedPtr<Path> _path;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue