Grant Limberg 5fb814a04f Merge pull request #1388 from emundo/fix/1387-dns-issue hace 4 años
..
Arp.cpp 06730c7d1d BSL date bump hace 5 años
Arp.hpp 06730c7d1d BSL date bump hace 5 años
BSDEthernetTap.cpp 06730c7d1d BSL date bump hace 5 años
BSDEthernetTap.hpp 06730c7d1d BSL date bump hace 5 años
Binder.hpp 0456a71295 Windows feedback loop fix hace 5 años
BlockingQueue.hpp 2da162bed7 Split Linux tap receive into two threads: one reader, one processor. hace 5 años
EthernetTap.cpp 79e2fd4586 Automatically detect Ethernet tap friendly name in Windows shouldBind stuff. hace 4 años
EthernetTap.hpp 79e2fd4586 Automatically detect Ethernet tap friendly name in Windows shouldBind stuff. hace 4 años
Http.cpp 06730c7d1d BSL date bump hace 5 años
Http.hpp 06730c7d1d BSL date bump hace 5 años
Link.hpp 06730c7d1d BSL date bump hace 5 años
LinuxEthernetTap.cpp bac57e355d Set MAC address before bringing up Linux TAP link hace 4 años
LinuxEthernetTap.hpp 954f6a77e5 Another Linux fix. hace 5 años
LinuxNetLink.cpp 6b67cb0e2a Linux build fixes. hace 5 años
LinuxNetLink.hpp 6b67cb0e2a Linux build fixes. hace 5 años
MacDNSHelper.hpp 30b18d925f clean up some debug logging hace 5 años
MacDNSHelper.mm 4e8640b380 Handle case where no old DNS servers exist hace 4 años
MacEthernetTap.cpp 763d1cc3dc Some more changes for slow network leaving on Mac. hace 5 años
MacEthernetTap.hpp fe5aad3cef Some Mac feth tap changes to hopefully fix slow-leave problem. hace 5 años
MacEthernetTapAgent.c d2974f2e60 Do not inherit open file descriptors on fork() in MacEthernetTapAgent hace 4 años
MacEthernetTapAgent.h 06730c7d1d BSL date bump hace 5 años
MacKextEthernetTap.cpp 06730c7d1d BSL date bump hace 5 años
MacKextEthernetTap.hpp 06730c7d1d BSL date bump hace 5 años
ManagedRoute.cpp 250f0ef9db Remove dead code. hace 5 años
ManagedRoute.hpp 52679d2784 Simplify and fix managed route logic. hace 5 años
NeighborDiscovery.cpp 06730c7d1d BSL date bump hace 5 años
NeighborDiscovery.hpp 06730c7d1d BSL date bump hace 5 años
NetBSDEthernetTap.cpp 06730c7d1d BSL date bump hace 5 años
NetBSDEthernetTap.hpp 06730c7d1d BSL date bump hace 5 años
OSUtils.cpp d64c5a92c6 Merge pull request #1233 from dosuperuser/improvement/optimizations hace 5 años
OSUtils.hpp 69b2fcd5af Get rid of obsolete musl libc fix. hace 5 años
Phy.hpp 2fcc344299 Some buffer tuning. hace 5 años
PortMapper.cpp 06730c7d1d BSL date bump hace 5 años
PortMapper.hpp 06730c7d1d BSL date bump hace 5 años
README.md e61a40a956 docs hace 10 años
Thread.hpp 06730c7d1d BSL date bump hace 5 años
WinDNSHelper.cpp 30b18d925f clean up some debug logging hace 5 años
WinDNSHelper.hpp d9c4e644de Windows DNS hace 5 años
WindowsEthernetTap.cpp 79e2fd4586 Automatically detect Ethernet tap friendly name in Windows shouldBind stuff. hace 4 años
WindowsEthernetTap.hpp 79e2fd4586 Automatically detect Ethernet tap friendly name in Windows shouldBind stuff. hace 4 años
freebsd_getifmaddrs.c ba07d1f91d cleanup hace 9 años
freebsd_getifmaddrs.h 0e597191b8 Updated licenses for 2019 hace 7 años

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.