diff options
Diffstat (limited to 'node/Constants.hpp')
-rw-r--r-- | node/Constants.hpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/node/Constants.hpp b/node/Constants.hpp index 6634836f..4e131a8d 100644 --- a/node/Constants.hpp +++ b/node/Constants.hpp @@ -407,4 +407,9 @@ error_no_byte_order_defined; */ #define ZT_MAX_BRIDGE_ROUTES 67108864 +/** + * If there is no known route, spam to up to this many active bridges + */ +#define ZT_MAX_BRIDGE_SPAM 4 + #endif |