mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
never send Ack to HolePunch and PeerTest messages
This commit is contained in:
parent
98e93468a6
commit
e1e530b4a9
2 changed files with 3 additions and 0 deletions
|
@ -1420,6 +1420,7 @@ namespace transport
|
|||
return false;
|
||||
}
|
||||
HandlePayload (payload, len - 48);
|
||||
m_IsDataReceived = false;
|
||||
// connect to Charlie
|
||||
ConnectAfterIntroduction ();
|
||||
|
||||
|
@ -3113,6 +3114,7 @@ namespace transport
|
|||
return false;
|
||||
}
|
||||
HandlePayload (payload, len - 48);
|
||||
SetIsDataReceived (false);
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue