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.97 by root, Sun Nov 11 05:53:12 2012 UTC vs.
Revision 1.98 by root, Sat Nov 17 06:05:33 2012 UTC

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 reset_state (); 68 reset_state ();
69 send_packet_printf ("drawinfo %d command queue overflow, ignoring.", NDI_RED); 69 send_packet_printf ("msg %d 0 command queue overflow, ignoring.", NDI_RED);
70 } 70 }
71 else 71 else
72 { 72 {
73 cmd_queue.resize (cmd_queue.size () + 1); 73 cmd_queue.resize (cmd_queue.size () + 1);
74 command &cmd = cmd_queue.back (); 74 command &cmd = cmd_queue.back ();

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines