gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r18153 - gnunet/src/transport


From: gnunet
Subject: [GNUnet-SVN] r18153 - gnunet/src/transport
Date: Tue, 15 Nov 2011 13:03:37 +0100

Author: wachs
Date: 2011-11-15 13:03:37 +0100 (Tue, 15 Nov 2011)
New Revision: 18153

Modified:
   gnunet/src/transport/plugin_transport_unix.c
Log:
related to mantis 1905


Modified: gnunet/src/transport/plugin_transport_unix.c
===================================================================
--- gnunet/src/transport/plugin_transport_unix.c        2011-11-15 10:11:52 UTC 
(rev 18152)
+++ gnunet/src/transport/plugin_transport_unix.c        2011-11-15 12:03:37 UTC 
(rev 18153)
@@ -553,7 +553,7 @@
 
   sent = GNUNET_NETWORK_socket_sendto (send_handle, message, ssize, sb, sbs);
 
-  if ((GNUNET_SYSERR == sent) && (errno == EAGAIN))
+  if ((GNUNET_SYSERR == sent) && ((errno == EAGAIN) || (errno == ENOBUFS)))
     retry = GNUNET_YES;
 
   if ((GNUNET_SYSERR == sent) && (errno == EMSGSIZE))




reply via email to

[Prev in Thread] Current Thread [Next in Thread]