mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2024-12-19 04:57:53 +00:00
464bca5d20
* Fix primary port binding issue in 1.12 (#2107) * Add test for primary port bindings to validator - See #2105 * Add delay to binding test * Remove TCP binding logic from Binder to fix #2105 * add second control plane socket for ipv6 * fix controller network post endpoint * exit if we can't bind at least one of IPV4 or IPV6 for control plane port --------- Co-authored-by: Grant Limberg <grant.limberg@zerotier.com> * Version bump, Linux version stuff, Debian dependencies from 1.12.0 rebuild, release notes. * macOS version bump in installer * Windows version bump. --------- Co-authored-by: Joseph Henry <joseph.henry@zerotier.com> Co-authored-by: Grant Limberg <grant.limberg@zerotier.com> |
||
---|---|---|
.. | ||
Arp.cpp | ||
Arp.hpp | ||
Binder.hpp | ||
BlockingQueue.hpp | ||
BSDEthernetTap.cpp | ||
BSDEthernetTap.hpp | ||
EthernetTap.cpp | ||
EthernetTap.hpp | ||
freebsd_getifmaddrs.c | ||
freebsd_getifmaddrs.h | ||
Http.cpp | ||
Http.hpp | ||
LinuxEthernetTap.cpp | ||
LinuxEthernetTap.hpp | ||
LinuxNetLink.cpp | ||
LinuxNetLink.hpp | ||
MacDNSHelper.hpp | ||
MacDNSHelper.mm | ||
MacEthernetTap.cpp | ||
MacEthernetTap.hpp | ||
MacEthernetTapAgent.c | ||
MacEthernetTapAgent.h | ||
MacKextEthernetTap.cpp | ||
MacKextEthernetTap.hpp | ||
ManagedRoute.cpp | ||
ManagedRoute.hpp | ||
NeighborDiscovery.cpp | ||
NeighborDiscovery.hpp | ||
NetBSDEthernetTap.cpp | ||
NetBSDEthernetTap.hpp | ||
OSUtils.cpp | ||
OSUtils.hpp | ||
Phy.hpp | ||
PortMapper.cpp | ||
PortMapper.hpp | ||
README.md | ||
Thread.hpp | ||
WinDNSHelper.cpp | ||
WinDNSHelper.hpp | ||
WindowsEthernetTap.cpp | ||
WindowsEthernetTap.hpp | ||
WinFWHelper.cpp | ||
WinFWHelper.hpp |
OS-Dependent and OS-Interface Things
This folder contains stuff that interfaces with the base operating system like Phy for network access and the various OS-specific Ethernet tap drivers.