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

Modified Files:
        configure.ac 
Log Message:
applied TCP_NODELAY patch

Index: configure.ac
===================================================================
RCS file: /cvsroot/playerstage/code/player/configure.ac,v
retrieving revision 1.100
retrieving revision 1.101
diff -C2 -d -r1.100 -r1.101
*** configure.ac        28 Jun 2007 07:25:53 -0000      1.100
--- configure.ac        9 Jul 2007 16:55:27 -0000       1.101
***************
*** 181,184 ****
--- 181,190 ----
  AM_CONDITIONAL(ENABLE_JPLAYER, test "x$enable_jplayer" = "xyes")
  
+ dnl TCP_NODELAY (low-latency) is not used by default
+ AC_ARG_ENABLE(tcpnodelay,   [  --disable-tcpnodelay      Turn on Nagel's 
buffering algorithm (may increase socket latency)],, enable_tcpnodelay=yes)
+ if test "x$enable_tcpnodelay" = "xyes"; then
+   AC_DEFINE(ENABLE_TCP_NODELAY,1,[enable TCP_NODELAY])
+ fi
+ 
  dnl client tests are compiled by default
  AC_ARG_ENABLE(tests,   [  --disable-tests          Don't build client tests],,


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Playerstage-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/playerstage-commit

Reply via email to