Fix max hops.
This commit is contained in:
parent
0e7df129d8
commit
8e7e3c2b11
2 changed files with 4 additions and 4 deletions
|
@ -248,7 +248,7 @@
|
|||
*
|
||||
* The protocol allows up to 7, but we limit it to something smaller.
|
||||
*/
|
||||
#define ZT_RELAY_MAX_HOPS 4
|
||||
#define ZT_RELAY_MAX_HOPS 3
|
||||
|
||||
/**
|
||||
* Expire time for multicast 'likes' and indirect multicast memberships in ms
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue