From 80e75b83fbae958e4181013b97816fd47460f056 Mon Sep 17 00:00:00 2001 From: "Nathan S. Evans" Date: Thu, 21 Jan 2010 14:17:00 +0000 Subject: transport ping/pong message types --- src/include/gnunet_protocols.h | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'src/include/gnunet_protocols.h') 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" */ #define GNUNET_MESSAGE_TYPE_TRANSPORT_BLACKLIST_NOTIFY 32 +/** + * Transport PING message + */ +#define GNUNET_MESSAGE_TYPE_TRANSPORT_PING 33 + +/** + * Transport PONG message + */ +#define GNUNET_MESSAGE_TYPE_TRANSPORT_PONG 34 /** * Request addition of a HELLO -- cgit v1.2.3