Fix TCP connection accumulation problem, still having issues with TCP tunneling.
This commit is contained in:
parent
e6b23059ac
commit
2ac56fd120
7 changed files with 44 additions and 44 deletions
|
@ -69,6 +69,8 @@ void Peer::receive(
|
|||
Packet::Verb inReVerb,
|
||||
uint64_t now)
|
||||
{
|
||||
*((const_cast<uint64_t *>(&(_r->timeOfLastPacketReceived)))) = now;
|
||||
|
||||
if (!hops) { // direct packet
|
||||
{
|
||||
Mutex::Lock _l(_lock);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue