-bratao: there is one little innofensive patch. http://pastebin.com/iRharWUm , On...
authorChristian Grothoff <christian@grothoff.org>
Fri, 1 Jun 2012 16:53:20 +0000 (16:53 +0000)
committerChristian Grothoff <christian@grothoff.org>
Fri, 1 Jun 2012 16:53:20 +0000 (16:53 +0000)
src/util/network.c

index ff559599fedef5b21bebe8617f65ff86bfb5ce79..972f93849958f8ea448887a62527dd00a3b0799d 100644 (file)
@@ -1452,7 +1452,7 @@ GNUNET_NETWORK_socket_select (struct GNUNET_NETWORK_FDSet *rfds,
       struct timeval tvslice;
 
       tvslice.tv_sec = 0;
-      tvslice.tv_usec = 10;
+      tvslice.tv_usec = 0;
       retcode = select (nfds, &aread, &awrite, &aexcept, &tvslice);
       if (retcode == -1)
         retcode = 0;