Sean OMeara 0da00bf546 Merge pull request #1535 from zerotier/linux-route-metric 4 ani în urmă
..
Arp.cpp 06730c7d1d BSL date bump 5 ani în urmă
Arp.hpp 06730c7d1d BSL date bump 5 ani în urmă
BSDEthernetTap.cpp b37e9de24d BSD: add debug fprintfs for external commands 4 ani în urmă
BSDEthernetTap.hpp 06730c7d1d BSL date bump 5 ani în urmă
Binder.hpp 1c956494a4 Use lowercase when including Windows headers 4 ani în urmă
BlockingQueue.hpp 2da162bed7 Split Linux tap receive into two threads: one reader, one processor. 5 ani în urmă
EthernetTap.cpp 79e2fd4586 Automatically detect Ethernet tap friendly name in Windows shouldBind stuff. 4 ani în urmă
EthernetTap.hpp 79e2fd4586 Automatically detect Ethernet tap friendly name in Windows shouldBind stuff. 4 ani în urmă
Http.cpp 06730c7d1d BSL date bump 5 ani în urmă
Http.hpp 1c956494a4 Use lowercase when including Windows headers 4 ani în urmă
LinuxEthernetTap.cpp c16b03c8b8 Set MAC address twice, once before and once after bringing interface up, since different kernels behave differently (Linux). 4 ani în urmă
LinuxEthernetTap.hpp 8885149cd3 Revert "Revert "Revert a change to LinuxEthernetTap threading to eliminate out of order packet issues on some systems."" 4 ani în urmă
LinuxNetLink.cpp 692a0e7ac2 Set a high metric on linux routes that have a via. 4 ani în urmă
LinuxNetLink.hpp 6b67cb0e2a Linux build fixes. 5 ani în urmă
MacDNSHelper.hpp afdc91f21f Convince macOS to do ipv6 dns lookups 4 ani în urmă
MacDNSHelper.mm afdc91f21f Convince macOS to do ipv6 dns lookups 4 ani în urmă
MacEthernetTap.cpp afdc91f21f Convince macOS to do ipv6 dns lookups 4 ani în urmă
MacEthernetTap.hpp fe5aad3cef Some Mac feth tap changes to hopefully fix slow-leave problem. 5 ani în urmă
MacEthernetTapAgent.c 594853e251 Remove deprecated vfork call on Mac, and make Mac route application more robust. 4 ani în urmă
MacEthernetTapAgent.h 06730c7d1d BSL date bump 5 ani în urmă
MacKextEthernetTap.cpp c890f1762a This code is obsolete but remove vfork anyway. 4 ani în urmă
MacKextEthernetTap.hpp 06730c7d1d BSL date bump 5 ani în urmă
ManagedRoute.cpp fa25b45198 Keep interface name on via routes on linux 4 ani în urmă
ManagedRoute.hpp 52679d2784 Simplify and fix managed route logic. 5 ani în urmă
NeighborDiscovery.cpp 06730c7d1d BSL date bump 5 ani în urmă
NeighborDiscovery.hpp 06730c7d1d BSL date bump 5 ani în urmă
NetBSDEthernetTap.cpp 06730c7d1d BSL date bump 5 ani în urmă
NetBSDEthernetTap.hpp 06730c7d1d BSL date bump 5 ani în urmă
OSUtils.cpp 1c956494a4 Use lowercase when including Windows headers 4 ani în urmă
OSUtils.hpp 1c956494a4 Use lowercase when including Windows headers 4 ani în urmă
Phy.hpp 1c956494a4 Use lowercase when including Windows headers 4 ani în urmă
PortMapper.cpp f83eed9ef9 [Android] Fix include for miniupnpc 4 ani în urmă
PortMapper.hpp 06730c7d1d BSL date bump 5 ani în urmă
README.md e61a40a956 docs 10 ani în urmă
Thread.hpp 1c956494a4 Use lowercase when including Windows headers 4 ani în urmă
WinDNSHelper.cpp 30b18d925f clean up some debug logging 5 ani în urmă
WinDNSHelper.hpp d9c4e644de Windows DNS 5 ani în urmă
WindowsEthernetTap.cpp 1c956494a4 Use lowercase when including Windows headers 4 ani în urmă
WindowsEthernetTap.hpp 79e2fd4586 Automatically detect Ethernet tap friendly name in Windows shouldBind stuff. 4 ani în urmă
freebsd_getifmaddrs.c ba07d1f91d cleanup 9 ani în urmă
freebsd_getifmaddrs.h 0e597191b8 Updated licenses for 2019 7 ani în urmă

README.md

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.