SOURCES: cvsnt-fixes.patch - one more place

arekm arekm at pld-linux.org
Sun Feb 8 21:02:25 CET 2009


Author: arekm                        Date: Sun Feb  8 20:02:25 2009 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- one more place

---- Files affected:
SOURCES:
   cvsnt-fixes.patch (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: SOURCES/cvsnt-fixes.patch
diff -u SOURCES/cvsnt-fixes.patch:1.1 SOURCES/cvsnt-fixes.patch:1.2
--- SOURCES/cvsnt-fixes.patch:1.1	Sun Feb  8 20:00:10 2009
+++ SOURCES/cvsnt-fixes.patch	Sun Feb  8 21:02:19 2009
@@ -9,3 +9,14 @@
  	{
  		for(size_t n=0; n<listen_sock.accepted_sockets().size(); n++)
  			start_thread(listen_sock.accepted_sockets()[n].Detach());
+--- cvsnt-2.5.04.3236/./src/subr.cpp~	2008-05-02 08:27:48.000000000 +0200
++++ cvsnt-2.5.04.3236/./src/subr.cpp	2009-02-08 21:01:45.769160152 +0100
+@@ -1239,7 +1239,7 @@
+ 		if(err==EWOULDBLOCK)
+ 		{
+ 			fd_set fds;
+-			struct timeval tv = { 0,1000 };
++			struct timeval tv = { 15000,0 };
+ 			FD_ZERO(&fds);
+ 			FD_SET(sock,&fds);
+ 			err = select(sock,NULL,&fds,NULL,&tv);
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/cvsnt-fixes.patch?r1=1.1&r2=1.2&f=u



More information about the pld-cvs-commit mailing list