Travis LaDuke afdc91f21f Convince macOS to do ipv6 dns lookups 4 лет назад
..
Arp.cpp 06730c7d1d BSL date bump 5 лет назад
Arp.hpp 06730c7d1d BSL date bump 5 лет назад
BSDEthernetTap.cpp b37e9de24d BSD: add debug fprintfs for external commands 4 лет назад
BSDEthernetTap.hpp 06730c7d1d BSL date bump 5 лет назад
Binder.hpp 65549cb0da Fix the FD leak fix, and release notes. 4 лет назад
BlockingQueue.hpp 2da162bed7 Split Linux tap receive into two threads: one reader, one processor. 5 лет назад
EthernetTap.cpp 79e2fd4586 Automatically detect Ethernet tap friendly name in Windows shouldBind stuff. 4 лет назад
EthernetTap.hpp 79e2fd4586 Automatically detect Ethernet tap friendly name in Windows shouldBind stuff. 4 лет назад
Http.cpp 06730c7d1d BSL date bump 5 лет назад
Http.hpp 06730c7d1d BSL date bump 5 лет назад
LinuxEthernetTap.cpp c16b03c8b8 Set MAC address twice, once before and once after bringing interface up, since different kernels behave differently (Linux). 4 лет назад
LinuxEthernetTap.hpp 8885149cd3 Revert "Revert "Revert a change to LinuxEthernetTap threading to eliminate out of order packet issues on some systems."" 4 лет назад
LinuxNetLink.cpp 6b67cb0e2a Linux build fixes. 5 лет назад
LinuxNetLink.hpp 6b67cb0e2a Linux build fixes. 5 лет назад
MacDNSHelper.hpp afdc91f21f Convince macOS to do ipv6 dns lookups 4 лет назад
MacDNSHelper.mm afdc91f21f Convince macOS to do ipv6 dns lookups 4 лет назад
MacEthernetTap.cpp afdc91f21f Convince macOS to do ipv6 dns lookups 4 лет назад
MacEthernetTap.hpp fe5aad3cef Some Mac feth tap changes to hopefully fix slow-leave problem. 5 лет назад
MacEthernetTapAgent.c 594853e251 Remove deprecated vfork call on Mac, and make Mac route application more robust. 4 лет назад
MacEthernetTapAgent.h 06730c7d1d BSL date bump 5 лет назад
MacKextEthernetTap.cpp c890f1762a This code is obsolete but remove vfork anyway. 4 лет назад
MacKextEthernetTap.hpp 06730c7d1d BSL date bump 5 лет назад
ManagedRoute.cpp fabfb10b97 Remove managed routes in destructor (regression fix). 4 лет назад
ManagedRoute.hpp 52679d2784 Simplify and fix managed route logic. 5 лет назад
NeighborDiscovery.cpp 06730c7d1d BSL date bump 5 лет назад
NeighborDiscovery.hpp 06730c7d1d BSL date bump 5 лет назад
NetBSDEthernetTap.cpp 06730c7d1d BSL date bump 5 лет назад
NetBSDEthernetTap.hpp 06730c7d1d BSL date bump 5 лет назад
OSUtils.cpp d64c5a92c6 Merge pull request #1233 from dosuperuser/improvement/optimizations 5 лет назад
OSUtils.hpp e1af003e4f Consolidation of multipath logic. Better system separation 4 лет назад
Phy.hpp e1af003e4f Consolidation of multipath logic. Better system separation 4 лет назад
PortMapper.cpp 06730c7d1d BSL date bump 5 лет назад
PortMapper.hpp 06730c7d1d BSL date bump 5 лет назад
README.md e61a40a956 docs 10 лет назад
Thread.hpp 06730c7d1d BSL date bump 5 лет назад
WinDNSHelper.cpp 30b18d925f clean up some debug logging 5 лет назад
WinDNSHelper.hpp d9c4e644de Windows DNS 5 лет назад
WindowsEthernetTap.cpp 79e2fd4586 Automatically detect Ethernet tap friendly name in Windows shouldBind stuff. 4 лет назад
WindowsEthernetTap.hpp 79e2fd4586 Automatically detect Ethernet tap friendly name in Windows shouldBind stuff. 4 лет назад
freebsd_getifmaddrs.c ba07d1f91d cleanup 9 лет назад
freebsd_getifmaddrs.h 0e597191b8 Updated licenses for 2019 7 лет назад

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.