mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-05-22 23:25:37 +02:00
don't look for session if a packet is from same endpoint as previous
This commit is contained in:
parent
c6c414c382
commit
23907e6cb1
3 changed files with 15 additions and 14 deletions
|
@ -130,7 +130,6 @@ namespace transport
|
|||
switch (header->GetPayloadType ())
|
||||
{
|
||||
case PAYLOAD_TYPE_DATA:
|
||||
LogPrint (eLogDebug, "SSU data received");
|
||||
ProcessData (buf + sizeof (SSUHeader), len - sizeof (SSUHeader));
|
||||
break;
|
||||
case PAYLOAD_TYPE_SESSION_REQUEST:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue