[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[GNUnet-SVN] r3700 - GNUnet/src/transports
From: |
grothoff |
Subject: |
[GNUnet-SVN] r3700 - GNUnet/src/transports |
Date: |
Sat, 11 Nov 2006 14:06:27 -0800 (PST) |
Author: grothoff
Date: 2006-11-11 14:06:25 -0800 (Sat, 11 Nov 2006)
New Revision: 3700
Modified:
GNUnet/src/transports/tcp_old.c
Log:
fxc
Modified: GNUnet/src/transports/tcp_old.c
===================================================================
--- GNUnet/src/transports/tcp_old.c 2006-11-11 22:03:14 UTC (rev 3699)
+++ GNUnet/src/transports/tcp_old.c 2006-11-11 22:06:25 UTC (rev 3700)
@@ -231,6 +231,7 @@
* signal that the server has been stopped.
*/
static struct SEMAPHORE * serverSignal = NULL;
+
static int tcp_shutdown = YES;
/* ******************** helper functions *********************** */
@@ -407,9 +408,6 @@
/* complete message received, let's check what it is */
if (YES == tcpSession->expectingWelcome) {
TCPWelcome * welcome;
-#if DEBUG_TCP
- EncName enc;
-#endif
welcome = (TCPWelcome*) &tcpSession->rbuff[0];
if ( (ntohs(welcome->header.reserved) != 0) ||
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [GNUnet-SVN] r3700 - GNUnet/src/transports,
grothoff <=