mirror of
https://github.com/ZeroTier/ZeroTierOne
synced 2025-08-14 02:27:38 -07:00
More multicast work, add a signature in identity for safety margin, cleanup.
This commit is contained in:
parent
540ee69773
commit
787277d282
6 changed files with 103 additions and 74 deletions
|
@ -186,9 +186,9 @@
|
|||
#define ZT_DEFAULT_MTU 2800
|
||||
|
||||
/**
|
||||
* Maximum number of packet fragments we'll support (protocol max: 16)
|
||||
* Maximum number of packet fragments we'll support (protocol limit: 16)
|
||||
*/
|
||||
#define ZT_MAX_PACKET_FRAGMENTS 7
|
||||
#define ZT_MAX_PACKET_FRAGMENTS 10
|
||||
|
||||
/**
|
||||
* Size of RX queue in packets
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue