1
0
mirror of https://github.com/lidgren/lidgren-network-gen3.git synced 2026-05-15 14:46:29 +09:00

Changed return value of SendMessage to bool for consistency

Added a number of verbose debug messages (to be removed later)
This commit is contained in:
lidgren
2010-09-12 20:00:12 +00:00
parent c185b3b16f
commit e38bdfeab6
4 changed files with 16 additions and 3 deletions

View File

@@ -185,6 +185,8 @@ namespace Lidgren.Network
if (unfin <= 0)
m_owner.Recycle(send.Message); // every sent has been acked; free the message
m_owner.LogVerbose("Received ack for " + tp + "#" + seqNr);
m_unackedSends.Remove(send);
// TODO: recycle send