gnunet-svn
[Top][All Lists]
Advanced

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

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


From: grothoff
Subject: [GNUnet-SVN] r1551 - GNUnet/src/transports
Date: Fri, 15 Jul 2005 06:57:57 -0700 (PDT)

Author: grothoff
Date: 2005-07-15 06:57:53 -0700 (Fri, 15 Jul 2005)
New Revision: 1551

Modified:
   GNUnet/src/transports/tcp6.c
Log:
fix

Modified: GNUnet/src/transports/tcp6.c
===================================================================
--- GNUnet/src/transports/tcp6.c        2005-07-15 12:38:21 UTC (rev 1550)
+++ GNUnet/src/transports/tcp6.c        2005-07-15 13:57:53 UTC (rev 1551)
@@ -853,7 +853,7 @@
     unsigned int old = tcp6Session->wpos;
     /* reliable: grow send-buffer above limit! */
     GROW(tcp6Session->wbuff,
-        tcp6Session->wpos,
+        tcp6Session->wsize,
         tcp6Session->wpos + ssize);
     tcp6Session->wpos += ssize;
     memcpy(&tcp6Session->wbuff[old],





reply via email to

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