Went over netpacket.cpp - additional checks, check function in base class. More restrictive concerning size of packets.

This commit is contained in:
lotodore
2007-07-29 23:45:10 +00:00
parent 212dbd3b9a
commit 5d13dd7803
5 changed files with 233 additions and 265 deletions
+1
View File
@@ -109,6 +109,7 @@ ReceiverHelper::InternalGetPacket()
{
// Reset buffer on error.
m_tmpInBufSize = 0;
// TODO: log error/increase error counter.
}
}
return tmpPacket;