From: Matthias Wachs Date: Tue, 15 Nov 2011 12:03:37 +0000 (+0000) Subject: related to mantis 1905 X-Git-Tag: initial-import-from-subversion-38251~15918 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=6ad3fb49f0745731a820473539436be99c4ba4b3;p=oweals%2Fgnunet.git related to mantis 1905 --- diff --git a/src/transport/plugin_transport_unix.c b/src/transport/plugin_transport_unix.c index 270829e68..07dc50bb3 100644 --- a/src/transport/plugin_transport_unix.c +++ b/src/transport/plugin_transport_unix.c @@ -553,7 +553,7 @@ unix_real_send (void *cls, struct RetrySendContext *incoming_retry_context, 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))