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

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.