From 1949a1e7a652f83b117e821d5c965892cf4a4abf Mon Sep 17 00:00:00 2001 From: Matthias Wachs Date: Sun, 30 Oct 2011 14:48:23 +0000 Subject: UDP broadcast finished but not really tested --- src/include/gnunet_protocols.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/include') diff --git a/src/include/gnunet_protocols.h b/src/include/gnunet_protocols.h index 761cb5a93..fd52939f5 100644 --- a/src/include/gnunet_protocols.h +++ b/src/include/gnunet_protocols.h @@ -1084,6 +1084,10 @@ extern "C" */ #define GNUNET_MESSAGE_TYPE_TRANSPORT_SESSION_KEEPALIVE 381 +/** + * Message send by a peer to notify the other to keep the session alive. + */ +#define GNUNET_MESSAGE_TYPE_TRANSPORT_BROADCAST_BEACON 382 /** -- cgit v1.2.3