From d58a3cdedff02a94f1aba715b6ea75e79156cf36 Mon Sep 17 00:00:00 2001 From: "psyc://loupsycedyglgamf.onion/~lynX" Date: Mon, 12 Feb 2018 01:26:25 +0000 Subject: multicast hotfix: relay_count is coerced from ul to us --- src/multicast/multicast.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/multicast/multicast.h') 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 @@ #include "platform.h" #include "gnunet_multicast_service.h" +/* FIXME: What is a reasonable value here? + * Should it be in an include file that clients can also see? + */ +#define MAX_RELAY_COUNT 123 + GNUNET_NETWORK_STRUCT_BEGIN -- cgit v1.2.3