Revision: 7214
          http://playerstage.svn.sourceforge.net/playerstage/?rev=7214&view=rev
Author:   thjc
Date:     2008-12-28 01:32:24 +0000 (Sun, 28 Dec 2008)

Log Message:
-----------
Merge from 2-1 7087:
make tcpremotedriver not replace messages (this should be left up to the remote 
driver)
make passthrough less verbose

Modified Paths:
--------------
    code/player/trunk/libplayertcp/playertcp.cc

Property Changed:
----------------
    code/player/trunk/


Property changes on: code/player/trunk
___________________________________________________________________
Modified: svn:mergeinfo
   - 
/code/player/branches/release-2-1-patches:6672-6673,6738,6834,6886,6905,6930,6936,6946,6951,6955,6975,6979-6981,6985,6987-6996,7204
/code/player/trunk:6985
   + 
/code/player/branches/release-2-1-patches:6672-6673,6738,6834,6886,6905,6930,6936,6946,6951,6955,6975,6979-6981,6985,6987-6996,7087,7204
/code/player/trunk:6985

Modified: code/player/trunk/libplayertcp/playertcp.cc
===================================================================
--- code/player/trunk/libplayertcp/playertcp.cc 2008-12-28 01:26:08 UTC (rev 
7213)
+++ code/player/trunk/libplayertcp/playertcp.cc 2008-12-28 01:32:24 UTC (rev 
7214)
@@ -256,7 +256,7 @@
 
   // Create an outgoing queue for this client
   this->clients[j].queue =
-          QueuePointer(true,PLAYER_MSGQUEUE_DEFAULT_MAXLEN);
+          QueuePointer(false,PLAYER_MSGQUEUE_DEFAULT_MAXLEN);
 
   // Create a buffer to hold incoming messages
   this->clients[j].readbuffersize = PLAYERTCP_READBUFFER_SIZE;


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
_______________________________________________
Playerstage-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/playerstage-commit

Reply via email to