aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-01-20 20:56:42 +0000
committerChristian Grothoff <christian@grothoff.org>2010-01-20 20:56:42 +0000
commitbe4b1dd005c4552b84411e2ba2b81972e367c0e4 (patch)
tree8be0812aa2c4463a5d3e00d3913396982e77f08c /src/include
parentc3a70847fec2f50c4e98449292c15a123cfcbb16 (diff)
downloadgnunet-be4b1dd005c4552b84411e2ba2b81972e367c0e4.tar.gz
gnunet-be4b1dd005c4552b84411e2ba2b81972e367c0e4.zip
no more TCP PING/PONG
Diffstat (limited to 'src/include')
-rw-r--r--src/include/gnunet_protocols.h32
1 files changed, 2 insertions, 30 deletions
diff --git a/src/include/gnunet_protocols.h b/src/include/gnunet_protocols.h
index 28535587d..bb4ceb3da 100644
--- a/src/include/gnunet_protocols.h
+++ b/src/include/gnunet_protocols.h
@@ -219,38 +219,10 @@ extern "C"
219 219
220 220
221/** 221/**
222 * Message by which a TCP transport notifies 222 * Welcome message between TCP transports.
223 * the other that it wants to check an address
224 * (and not initiate a persistent connection).
225 */ 223 */
226#define GNUNET_MESSAGE_TYPE_TRANSPORT_TCP_PING 40 224#define GNUNET_MESSAGE_TYPE_TRANSPORT_TCP_WELCOME 40
227 225
228/**
229 * Message by which a TCP transport confirms
230 * the other that the address used worked.
231 */
232#define GNUNET_MESSAGE_TYPE_TRANSPORT_TCP_PONG 41
233
234/**
235 * Welcome message between TCP transports
236 * (for a persistent connection).
237 */
238#define GNUNET_MESSAGE_TYPE_TRANSPORT_TCP_WELCOME 42
239
240/**
241 * Data message between TCP transports.
242 */
243#define GNUNET_MESSAGE_TYPE_TRANSPORT_TCP_DATA 43
244
245/*
246 * UDP Ping message
247 */
248#define GNUNET_MESSAGE_TYPE_TRANSPORT_UDP_PING 51
249
250/*
251 * UDP Pong message
252 */
253#define GNUNET_MESSAGE_TYPE_TRANSPORT_UDP_PONG 52
254 226
255/** 227/**
256 * Initial setup message from core client to core. 228 * Initial setup message from core client to core.