gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r10074 - gnunet/src/include


From: gnunet
Subject: [GNUnet-SVN] r10074 - gnunet/src/include
Date: Wed, 20 Jan 2010 21:56:42 +0100

Author: grothoff
Date: 2010-01-20 21:56:42 +0100 (Wed, 20 Jan 2010)
New Revision: 10074

Modified:
   gnunet/src/include/gnunet_protocols.h
Log:
no more TCP PING/PONG

Modified: gnunet/src/include/gnunet_protocols.h
===================================================================
--- gnunet/src/include/gnunet_protocols.h       2010-01-20 20:55:47 UTC (rev 
10073)
+++ gnunet/src/include/gnunet_protocols.h       2010-01-20 20:56:42 UTC (rev 
10074)
@@ -219,40 +219,12 @@
 
 
 /**
- * Message by which a TCP transport notifies
- * the other that it wants to check an address
- * (and not initiate a persistent connection).
+ * Welcome message between TCP transports.
  */
-#define GNUNET_MESSAGE_TYPE_TRANSPORT_TCP_PING 40
+#define GNUNET_MESSAGE_TYPE_TRANSPORT_TCP_WELCOME 40
 
-/**
- * Message by which a TCP transport confirms
- * the other that the address used worked.
- */
-#define GNUNET_MESSAGE_TYPE_TRANSPORT_TCP_PONG 41
 
 /**
- * Welcome message between TCP transports
- * (for a persistent connection).
- */
-#define GNUNET_MESSAGE_TYPE_TRANSPORT_TCP_WELCOME 42
-
-/**
- * Data message between TCP transports.
- */
-#define GNUNET_MESSAGE_TYPE_TRANSPORT_TCP_DATA 43
-
-/*
- * UDP Ping message
- */
-#define GNUNET_MESSAGE_TYPE_TRANSPORT_UDP_PING 51
-
-/*
- * UDP Pong message
- */
-#define GNUNET_MESSAGE_TYPE_TRANSPORT_UDP_PONG 52
-
-/**
  * Initial setup message from core client to core.
  */
 #define GNUNET_MESSAGE_TYPE_CORE_INIT 64





reply via email to

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