aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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