aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2011-10-30 14:48:23 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2011-10-30 14:48:23 +0000
commit1949a1e7a652f83b117e821d5c965892cf4a4abf (patch)
tree17e7d6dc5b795b554a974255bb9af3c1f19adc7f /src/include
parentde5d3b3ca59ae6e08d36e2b1c2119b9dd6070c93 (diff)
downloadgnunet-1949a1e7a652f83b117e821d5c965892cf4a4abf.tar.gz
gnunet-1949a1e7a652f83b117e821d5c965892cf4a4abf.zip
UDP broadcast finished
but not really tested
Diffstat (limited to 'src/include')
-rw-r--r--src/include/gnunet_protocols.h4
1 files changed, 4 insertions, 0 deletions
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"
1084 */ 1084 */
1085#define GNUNET_MESSAGE_TYPE_TRANSPORT_SESSION_KEEPALIVE 381 1085#define GNUNET_MESSAGE_TYPE_TRANSPORT_SESSION_KEEPALIVE 381
1086 1086
1087/**
1088 * Message send by a peer to notify the other to keep the session alive.
1089 */
1090#define GNUNET_MESSAGE_TYPE_TRANSPORT_BROADCAST_BEACON 382
1087 1091
1088 1092
1089/** 1093/**