aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2019-01-30 04:51:22 +0100
committerChristian Grothoff <christian@grothoff.org>2019-01-30 04:51:22 +0100
commit4781fabceb3530e976c27ea37999c8eaa3165612 (patch)
tree878b12d85058227e1712284aa801409bc24db220 /src/include
parent30e26ce0cee2a9b13f5aa0850be48c14bafb2e87 (diff)
downloadgnunet-4781fabceb3530e976c27ea37999c8eaa3165612.tar.gz
gnunet-4781fabceb3530e976c27ea37999c8eaa3165612.zip
basics for UDP broadcast receiving
Diffstat (limited to 'src/include')
-rw-r--r--src/include/gnunet_signatures.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/include/gnunet_signatures.h b/src/include/gnunet_signatures.h
index 289ea9860..218dcbace 100644
--- a/src/include/gnunet_signatures.h
+++ b/src/include/gnunet_signatures.h
@@ -213,10 +213,15 @@ extern "C"
213#define GNUNET_SIGNATURE_COMMUNICATOR_TCP_REKEY 32 213#define GNUNET_SIGNATURE_COMMUNICATOR_TCP_REKEY 32
214 214
215/** 215/**
216 * Signature used by UDP communicator handshake, 216 * Signature used by UDP communicator handshake
217 */ 217 */
218#define GNUNET_SIGNATURE_COMMUNICATOR_UDP_HANDSHAKE 33 218#define GNUNET_SIGNATURE_COMMUNICATOR_UDP_HANDSHAKE 33
219 219
220/**
221 * Signature used by UDP broadcasts.
222 */
223#define GNUNET_SIGNATURE_COMMUNICATOR_UDP_BROADCAST 34
224
220#if 0 /* keep Emacsens' auto-indent happy */ 225#if 0 /* keep Emacsens' auto-indent happy */
221{ 226{
222#endif 227#endif