| Age | Commit message (Collapse) | Author |
|
fix clang C++17 deprecation when building with ZT_DEBUG=1
|
|
|
|
when building with `ZT_DEBUG=1` this hint produces a warning:
> node/Packet.cpp:335:43: error: 'register' storage class specifier is deprecated and incompatible with C++17 [-Werror,-Wdeprecated-register]
See http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2015/n4340
|
|
|
|
|
|
|
|
multicast and IPv4 enabled ad-hoc network ID format.
|
|
Will matter a lot for network controllers, not so much for other things.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
replicators - GitHub issue #666
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
DEBUG macro from miniupnpc interferring with enum Trace::DEBUG;
|
|
|
|
|
|
|
|
|
|
done differently.
|
|
|
|
most distro/compiler versions.
|
|
|
|
|
|
remote trace level, and make local trace output readable again.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|