Revision: 7087
          http://playerstage.svn.sourceforge.net/playerstage/?rev=7087&view=rev
Author:   thjc
Date:     2008-10-07 20:35:02 +0000 (Tue, 07 Oct 2008)

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

Modified Paths:
--------------
    code/player/branches/release-2-1-patches/libplayertcp/playertcp.cc
    code/player/branches/release-2-1-patches/server/drivers/shell/passthrough.cc

Modified: code/player/branches/release-2-1-patches/libplayertcp/playertcp.cc
===================================================================
--- code/player/branches/release-2-1-patches/libplayertcp/playertcp.cc  
2008-10-07 20:08:21 UTC (rev 7086)
+++ code/player/branches/release-2-1-patches/libplayertcp/playertcp.cc  
2008-10-07 20:35:02 UTC (rev 7087)
@@ -258,7 +258,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;

Modified: 
code/player/branches/release-2-1-patches/server/drivers/shell/passthrough.cc
===================================================================
--- 
code/player/branches/release-2-1-patches/server/drivers/shell/passthrough.cc    
    2008-10-07 20:08:21 UTC (rev 7086)
+++ 
code/player/branches/release-2-1-patches/server/drivers/shell/passthrough.cc    
    2008-10-07 20:35:02 UTC (rev 7087)
@@ -334,7 +334,7 @@
     }
 
 
-    PLAYER_MSG0(9,"PassThrough::ProcessMessage: Received a packet!");
+    //PLAYER_MSG0(9,"PassThrough::ProcessMessage: Received a packet!");
 
     if (Device::MatchDeviceAddress(hdr->addr,srcAddr) &&
         ((hdr->type == PLAYER_MSGTYPE_DATA) ||


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

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Playerstage-commit mailing list
Playerstage-commit@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/playerstage-commit

Reply via email to