ecere/net: Fixed a bug when using Socket::OnReceivePacket and multiple packets are...
authorJerome St-Louis <jerome@ecere.com>
Sun, 29 Jan 2012 14:31:21 +0000 (21:31 +0700)
committerJerome St-Louis <jerome@ecere.com>
Sun, 29 Jan 2012 14:31:21 +0000 (21:31 +0700)
commit579f64467ea053487701a2b6537120c9dc92eb43
treee42564829bee6b9db6e6cf820decf1fbc68277b0
parente5211e3790a5002b364c379f138a03c760eb21e6
ecere/net: Fixed a bug when using Socket::OnReceivePacket and multiple packets are ready (was discarding current packet before callback)
ecere/src/net/Socket.ec