aboutsummaryrefslogtreecommitdiff
path: root/src/multicast/multicast.h
diff options
context:
space:
mode:
authorpsyc://loupsycedyglgamf.onion/~lynX <ircs://psyced.org/youbroketheinternet>2018-02-12 01:26:25 +0000
committerpsyc://loupsycedyglgamf.onion/~lynX <ircs://psyced.org/youbroketheinternet>2018-02-12 01:26:25 +0000
commitd58a3cdedff02a94f1aba715b6ea75e79156cf36 (patch)
tree093edf1a2954ea424719a0b10eb797e47eed11cd /src/multicast/multicast.h
parent8ad6e8ad25d20c64c0a05241d5d4427b6ca50de5 (diff)
downloadgnunet-d58a3cdedff02a94f1aba715b6ea75e79156cf36.tar.gz
gnunet-d58a3cdedff02a94f1aba715b6ea75e79156cf36.zip
multicast hotfix: relay_count is coerced from ul to us
Diffstat (limited to 'src/multicast/multicast.h')
-rw-r--r--src/multicast/multicast.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/multicast/multicast.h b/src/multicast/multicast.h
index aeb3c0b41..8ff6af237 100644
--- a/src/multicast/multicast.h
+++ b/src/multicast/multicast.h
@@ -30,6 +30,11 @@
30#include "platform.h" 30#include "platform.h"
31#include "gnunet_multicast_service.h" 31#include "gnunet_multicast_service.h"
32 32
33/* FIXME: What is a reasonable value here?
34 * Should it be in an include file that clients can also see?
35 */
36#define MAX_RELAY_COUNT 123
37
33GNUNET_NETWORK_STRUCT_BEGIN 38GNUNET_NETWORK_STRUCT_BEGIN
34 39
35 40