| Age | Commit message (Collapse) | Author |
|
|
|
'long') and 'uint64_t' (aka 'unsigned long') [-Wsign-compare] (#2063)
|
|
|
|
* found path negotation sends that weren't accounted for
* Fix histogram so it will actually compile
* Found more places for packet metrics
|
|
* fix formatting
* properly adjust various lines
breakup multiple statements onto multiple lines
* insert {} around if, for, etc.
|
|
This patch allows users to specify the physical layer MTU for individual links
when in multipath mode. For example:
{
"settings":
{
"defaultBondingPolicy": "custom-balance-xor",
"policies":
{
"custom-balance-xor":
{
"basePolicy": "balance-xor",
"failoverInterval": 5000,
"links": {
"weird_5g_link": { "mtu": 1300 },
"enp5s0": { "mtu": 1400 }
}
}
}
}
}
|
|
Use %z for printing size_t and PRId64 etc. macros for printing
platform-specific widths, and remove now-redundant casts
|
|
|
|
|
|
|
|
|
|
|
|
https://github.com/grapexy/ZeroTierOne into grapexy-dev-1734-policy-defaults
|
|
|
|
|
|
|
|
|
|
|
|
being regarded as preferred in multipath scenarios
|
|
|
|
|
|
|
|
|
|
#1587 (#1658)
Looks great. Thanks for this!
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
entropy for bond layer
|
|
|
|
|
|
|
|
changes)
|
|
|
|
|
|
|