Connection: Stop processing malformed packet when encountered
parent
3875a77bf8
commit
057858ddda
|
@ -2036,6 +2036,7 @@ void ConnectionReceiveThread::receive()
|
|||
<<"Receive(): Invalid incoming packet, "
|
||||
<<"size: " << received_size
|
||||
<<", protocol: " << readU32(&packetdata[0]) <<std::endl);
|
||||
continue;
|
||||
}
|
||||
|
||||
u16 peer_id = readPeerId(*packetdata);
|
||||
|
|
Loading…
Reference in New Issue