Grant Limberg 6cf3b65953 Fix #1883 (#1886) před 2 roky
..
Arp.cpp 06730c7d1d BSL date bump před 5 roky
Arp.hpp 06730c7d1d BSL date bump před 5 roky
BSDEthernetTap.cpp b37e9de24d BSD: add debug fprintfs for external commands před 4 roky
BSDEthernetTap.hpp 06730c7d1d BSL date bump před 5 roky
Binder.hpp 3ddaa60de9 prevent: warning: unused variable 'gotViaProc' (#1797) před 3 roky
BlockingQueue.hpp 2da162bed7 Split Linux tap receive into two threads: one reader, one processor. před 5 roky
EthernetTap.cpp 79e2fd4586 Automatically detect Ethernet tap friendly name in Windows shouldBind stuff. před 4 roky
EthernetTap.hpp 79e2fd4586 Automatically detect Ethernet tap friendly name in Windows shouldBind stuff. před 4 roky
Http.cpp 06730c7d1d BSL date bump před 5 roky
Http.hpp 1c956494a4 Use lowercase when including Windows headers před 4 roky
LinuxEthernetTap.cpp e0a3291235 Fix setMtu() on Linux. Add error checking (#1860) před 3 roky
LinuxEthernetTap.hpp 8885149cd3 Revert "Revert "Revert a change to LinuxEthernetTap threading to eliminate out of order packet issues on some systems."" před 4 roky
LinuxNetLink.cpp 56357c077b Merge pull request #1110 from neheb/patch-1 před 3 roky
LinuxNetLink.hpp 6b67cb0e2a Linux build fixes. před 5 roky
MacDNSHelper.hpp afdc91f21f Convince macOS to do ipv6 dns lookups před 4 roky
MacDNSHelper.mm afdc91f21f Convince macOS to do ipv6 dns lookups před 4 roky
MacEthernetTap.cpp afdc91f21f Convince macOS to do ipv6 dns lookups před 4 roky
MacEthernetTap.hpp fe5aad3cef Some Mac feth tap changes to hopefully fix slow-leave problem. před 5 roky
MacEthernetTapAgent.c 594853e251 Remove deprecated vfork call on Mac, and make Mac route application more robust. před 4 roky
MacEthernetTapAgent.h 06730c7d1d BSL date bump před 5 roky
MacKextEthernetTap.cpp c890f1762a This code is obsolete but remove vfork anyway. před 4 roky
MacKextEthernetTap.hpp 06730c7d1d BSL date bump před 5 roky
ManagedRoute.cpp a6742b7f82 Prevent shadowing VM routes as default route (macOS) před 3 roky
ManagedRoute.hpp 52679d2784 Simplify and fix managed route logic. před 5 roky
NeighborDiscovery.cpp 06730c7d1d BSL date bump před 5 roky
NeighborDiscovery.hpp 06730c7d1d BSL date bump před 5 roky
NetBSDEthernetTap.cpp 06730c7d1d BSL date bump před 5 roky
NetBSDEthernetTap.hpp 06730c7d1d BSL date bump před 5 roky
OSUtils.cpp ebc1ed4015 Hide warning about readdir_r for now. před 3 roky
OSUtils.hpp b65c1ed3a0 Add inja před 3 roky
Phy.hpp bc521504ca Improved multipath link monitoring před 3 roky
PortMapper.cpp f83eed9ef9 [Android] Fix include for miniupnpc před 4 roky
PortMapper.hpp 06730c7d1d BSL date bump před 5 roky
README.md e61a40a956 docs před 10 roky
Thread.hpp 1c956494a4 Use lowercase when including Windows headers před 4 roky
WinDNSHelper.cpp 30b18d925f clean up some debug logging před 5 roky
WinDNSHelper.hpp d9c4e644de Windows DNS před 5 roky
WinFWHelper.cpp 4959d8079b enable ICMP in windows firewall před 3 roky
WinFWHelper.hpp 4959d8079b enable ICMP in windows firewall před 3 roky
WindowsEthernetTap.cpp 6cf3b65953 Fix #1883 (#1886) před 2 roky
WindowsEthernetTap.hpp 79e2fd4586 Automatically detect Ethernet tap friendly name in Windows shouldBind stuff. před 4 roky
freebsd_getifmaddrs.c ba07d1f91d cleanup před 9 roky
freebsd_getifmaddrs.h 0e597191b8 Updated licenses for 2019 před 7 roky

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.