ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/socket/loop.C
(Generate patch)

Comparing deliantra/server/socket/loop.C (file contents):
Revision 1.87 by root, Sat Jan 16 13:41:38 2010 UTC vs.
Revision 1.88 by root, Sat Mar 20 18:15:37 2010 UTC

63{ 63{
64 tstamp stamp = NOW; 64 tstamp stamp = NOW;
65 65
66 if (cmd_queue.size () >= MAX_QUEUE_DEPTH) 66 if (cmd_queue.size () >= MAX_QUEUE_DEPTH)
67 { 67 {
68 //TODO: just disconnect here?
69 reset_state (); 68 reset_state ();
70 send_packet_printf ("drawinfo %d command queue overflow, ignoring.", NDI_RED); 69 send_packet_printf ("drawinfo %d command queue overflow, ignoring.", NDI_RED);
71 } 70 }
72 else 71 else
73 { 72 {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines