[Mplayer-cvslog] CVS: main/libmpdemux network.c,1.47,1.48

Bertrand Baudet bertrand at mplayerhq.hu
Fri Jun 21 08:28:27 CEST 2002


Update of /cvsroot/mplayer/main/libmpdemux
In directory mail:/var/tmp.root/cvs-serv19537

Modified Files:
	network.c 
Log Message:
Increased the timeout value on connection.


Index: network.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpdemux/network.c,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -r1.47 -r1.48
--- network.c	20 Jun 2002 08:50:40 -0000	1.47
+++ network.c	21 Jun 2002 06:28:24 -0000	1.48
@@ -168,8 +168,8 @@
 			return -1;
 		}
 	}
-	tv.tv_sec = 0;
-	tv.tv_usec = 500000;
+	tv.tv_sec = 5;
+	tv.tv_usec = 0;
 	FD_ZERO( &set );
 	FD_SET( socket_server_fd, &set );
 	// When the connection will be made, we will have a writable fd





More information about the MPlayer-cvslog mailing list