don't look for session if a packet is from same endpoint as previous

This commit is contained in:
orignal 2015-02-09 14:48:01 -05:00
parent c6c414c382
commit 23907e6cb1
3 changed files with 15 additions and 14 deletions

View file

@ -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: