Adam Ierymenko 79e2fd4586 Automatically detect Ethernet tap friendly name in Windows shouldBind stuff. 4 年之前
..
Arp.cpp 06730c7d1d BSL date bump 5 年之前
Arp.hpp 06730c7d1d BSL date bump 5 年之前
BSDEthernetTap.cpp 06730c7d1d BSL date bump 5 年之前
BSDEthernetTap.hpp 06730c7d1d BSL date bump 5 年之前
Binder.hpp 0456a71295 Windows feedback loop fix 5 年之前
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 年之前
Link.hpp 06730c7d1d BSL date bump 5 年之前
LinuxEthernetTap.cpp 5391e95fce Typo fix. 5 年之前
LinuxEthernetTap.hpp 954f6a77e5 Another Linux fix. 5 年之前
LinuxNetLink.cpp 6b67cb0e2a Linux build fixes. 5 年之前
LinuxNetLink.hpp 6b67cb0e2a Linux build fixes. 5 年之前
MacDNSHelper.hpp 30b18d925f clean up some debug logging 5 年之前
MacDNSHelper.mm c0c215c83c single dns config per network 5 年之前
MacEthernetTap.cpp 763d1cc3dc Some more changes for slow network leaving on Mac. 5 年之前
MacEthernetTap.hpp fe5aad3cef Some Mac feth tap changes to hopefully fix slow-leave problem. 5 年之前
MacEthernetTapAgent.c fe5aad3cef Some Mac feth tap changes to hopefully fix slow-leave problem. 5 年之前
MacEthernetTapAgent.h 06730c7d1d BSL date bump 5 年之前
MacKextEthernetTap.cpp 06730c7d1d BSL date bump 5 年之前
MacKextEthernetTap.hpp 06730c7d1d BSL date bump 5 年之前
ManagedRoute.cpp 250f0ef9db Remove dead code. 5 年之前
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 69b2fcd5af Get rid of obsolete musl libc fix. 5 年之前
Phy.hpp 2fcc344299 Some buffer tuning. 5 年之前
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.