CVS: main/libmpdemux network.c,1.47,1.48
21 Jun
2002
21 Jun
'02
8:28 a.m.
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
8544
Age (days ago)
8544
Last active (days ago)
0 comments
1 participants
participants (1)
-
Bertrand Baudet