aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorNathan S. Evans <evans@in.tum.de>2010-01-21 14:17:00 +0000
committerNathan S. Evans <evans@in.tum.de>2010-01-21 14:17:00 +0000
commit80e75b83fbae958e4181013b97816fd47460f056 (patch)
tree59100d80caf3e88f4d279610cea0d2b0d272c3d6 /src/include
parentd0bd8557ee2be2102a4c2f1e8584f6fabef8a598 (diff)
downloadgnunet-80e75b83fbae958e4181013b97816fd47460f056.tar.gz
gnunet-80e75b83fbae958e4181013b97816fd47460f056.zip
transport ping/pong message types
Diffstat (limited to 'src/include')
-rw-r--r--src/include/gnunet_protocols.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/include/gnunet_protocols.h b/src/include/gnunet_protocols.h
index 5451f53d9..85553bff0 100644
--- a/src/include/gnunet_protocols.h
+++ b/src/include/gnunet_protocols.h
@@ -197,6 +197,15 @@ extern "C"
197 */ 197 */
198#define GNUNET_MESSAGE_TYPE_TRANSPORT_BLACKLIST_NOTIFY 32 198#define GNUNET_MESSAGE_TYPE_TRANSPORT_BLACKLIST_NOTIFY 32
199 199
200/**
201 * Transport PING message
202 */
203#define GNUNET_MESSAGE_TYPE_TRANSPORT_PING 33
204
205/**
206 * Transport PONG message
207 */
208#define GNUNET_MESSAGE_TYPE_TRANSPORT_PONG 34
200 209
201/** 210/**
202 * Request addition of a HELLO 211 * Request addition of a HELLO