8b66bf74e2
e60360enet: remove cs_vRecvMsg (Cory Fields)991955enet: add a flag to indicate when a node's send buffer is full (Cory Fields)c6e8a9bnet: add a flag to indicate when a node's process queue is full (Cory Fields)4d712e3net: add a new message queue for the message processor (Cory Fields)c5a8b1bnet: rework the way that the messagehandler sleeps (Cory Fields)c72cc88net: remove useless comments (Cory Fields)ef7b5ecnet: Add a simple function for waking the message handler (Cory Fields)f5c36d1net: record bytes written before notifying the message processor (Cory Fields)60befa3net: handle message accounting in ReceiveMsgBytes (Cory Fields)56212e2net: set message deserialization version when it's actually time to deserialize (Cory Fields)0e973d9net: remove redundant max sendbuffer size check (Cory Fields)6042587net: wait until the node is destroyed to delete its recv buffer (Cory Fields)f6315e0net: only disconnect if fDisconnect has been set (Cory Fields)5b4a8acnet: make GetReceiveFloodSize public (Cory Fields)e5bcd9cnet: make vRecvMsg a list so that we can use splice() (Cory Fields)53ad9a1net: fix typo causing the wrong receive buffer size (Cory Fields)