gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r561 - GNUnet/src/transports


From: grothoff
Subject: [GNUnet-SVN] r561 - GNUnet/src/transports
Date: Fri, 1 Apr 2005 21:39:48 -0800 (PST)

Author: grothoff
Date: 2005-04-01 21:39:46 -0800 (Fri, 01 Apr 2005)
New Revision: 561

Modified:
   GNUnet/src/transports/tcp.c
Log:
msg

Modified: GNUnet/src/transports/tcp.c
===================================================================
--- GNUnet/src/transports/tcp.c 2005-04-02 05:34:19 UTC (rev 560)
+++ GNUnet/src/transports/tcp.c 2005-04-02 05:39:46 UTC (rev 561)
@@ -708,6 +708,11 @@
        int success;
 
 try_again_1:
+#if TCP_DEBUG
+       LOG(LOG_DEBUG,
+           "TCP: trying to send %u bytes\n",
+           tcpSession->wpos);
+#endif
        success = SEND_NONBLOCKING(sock,
                                   tcpSession->wbuff,
                                   tcpSession->wpos,
@@ -814,6 +819,11 @@
     MUTEX_UNLOCK(&tcplock);
     return SYSERR;
   }
+#if TCP_DEBUG
+       LOG(LOG_DEBUG,
+           "TCP: trying to send %u bytes\n",
+           ssize);
+#endif
   success = SEND_NONBLOCKING(tcpSession->sock,
                             mp,
                             ssize,





reply via email to

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