(svn r21363) -Add: support for limiting the amount of (accepted) incoming data

This commit is contained in:
rubidium
2010-11-30 20:01:26 +00:00
parent a0f0f5e2e1
commit fd752ca2b0
5 changed files with 26 additions and 1 deletions

View File

@@ -39,7 +39,7 @@ public:
bool SendPackets(bool closing_down = false);
bool IsPacketQueueEmpty();
Packet *ReceivePacket();
virtual Packet *ReceivePacket();
bool CanSendReceive();