gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r340 - in branches/GNUnet06/src: include transports


From: grothoff
Subject: [GNUnet-SVN] r340 - in branches/GNUnet06/src: include transports
Date: Sun, 27 Feb 2005 15:42:09 -0800 (PST)

Author: grothoff
Date: 2005-02-27 15:42:08 -0800 (Sun, 27 Feb 2005)
New Revision: 340

Modified:
   branches/GNUnet06/src/include/gnunet_util.h
   branches/GNUnet06/src/transports/tcp.c
Log:
fixing mantis 833

Modified: branches/GNUnet06/src/include/gnunet_util.h
===================================================================
--- branches/GNUnet06/src/include/gnunet_util.h 2005-02-27 23:27:15 UTC (rev 
339)
+++ branches/GNUnet06/src/include/gnunet_util.h 2005-02-27 23:42:08 UTC (rev 
340)
@@ -1149,12 +1149,6 @@
   CS_TRAFFIC_INFO cs_traffic_info;
 
   /**
-   * The number of different message types we have seen
-   * in the last time.
-   */
-  unsigned int count;
-
-  /**
    * "count" traffic counters.
    */
   TRAFFIC_COUNTER counters[1];

Modified: branches/GNUnet06/src/transports/tcp.c
===================================================================
--- branches/GNUnet06/src/transports/tcp.c      2005-02-27 23:27:15 UTC (rev 
339)
+++ branches/GNUnet06/src/transports/tcp.c      2005-02-27 23:42:08 UTC (rev 
340)
@@ -809,6 +809,7 @@
   if (tcpSession->wpos > 0) {
     /* select already pending... */
     ret = 0;
+    success = NO;
   } else {
     success = SEND_NONBLOCKING(tcpSession->sock,
                               mp,





reply via email to

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