Update of /cvsroot/playerstage/code/player/libplayertcp
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10043/libplayertcp

Modified Files:
        playertcp.cc 
Log Message:
changed default server mode to pull with replacement

Index: playertcp.cc
===================================================================
RCS file: /cvsroot/playerstage/code/player/libplayertcp/playertcp.cc,v
retrieving revision 1.67
retrieving revision 1.68
diff -C2 -d -r1.67 -r1.68
*** playertcp.cc        1 Nov 2007 22:16:16 -0000       1.67
--- playertcp.cc        2 Nov 2007 02:41:11 -0000       1.68
***************
*** 252,256 ****
    // Create an outgoing queue for this client
    this->clients[j].queue =
!           QueuePointer(0,PLAYER_MSGQUEUE_DEFAULT_MAXLEN);
  
    // Create a buffer to hold incoming messages
--- 252,256 ----
    // Create an outgoing queue for this client
    this->clients[j].queue =
!           QueuePointer(true,PLAYER_MSGQUEUE_DEFAULT_MAXLEN);
  
    // Create a buffer to hold incoming messages


-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Playerstage-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/playerstage-commit

Reply via email to