Adam Ierymenko 56357c077b Merge pull request #1110 from neheb/patch-1 hace 3 años
..
Arp.cpp 06730c7d1d BSL date bump hace 5 años
Arp.hpp 06730c7d1d BSL date bump hace 5 años
BSDEthernetTap.cpp b37e9de24d BSD: add debug fprintfs for external commands hace 4 años
BSDEthernetTap.hpp 06730c7d1d BSL date bump hace 5 años
Binder.hpp 1c956494a4 Use lowercase when including Windows headers hace 4 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 1c956494a4 Use lowercase when including Windows headers hace 4 años
LinuxEthernetTap.cpp 31c12aebb5 more fun with linux ethernet taps hace 3 años
LinuxEthernetTap.hpp 8885149cd3 Revert "Revert "Revert a change to LinuxEthernetTap threading to eliminate out of order packet issues on some systems."" hace 4 años
LinuxNetLink.cpp 56357c077b Merge pull request #1110 from neheb/patch-1 hace 3 años
LinuxNetLink.hpp 6b67cb0e2a Linux build fixes. hace 5 años
MacDNSHelper.hpp afdc91f21f Convince macOS to do ipv6 dns lookups hace 4 años
MacDNSHelper.mm afdc91f21f Convince macOS to do ipv6 dns lookups hace 4 años
MacEthernetTap.cpp afdc91f21f Convince macOS to do ipv6 dns lookups hace 4 años
MacEthernetTap.hpp fe5aad3cef Some Mac feth tap changes to hopefully fix slow-leave problem. hace 5 años
MacEthernetTapAgent.c 594853e251 Remove deprecated vfork call on Mac, and make Mac route application more robust. hace 4 años
MacEthernetTapAgent.h 06730c7d1d BSL date bump hace 5 años
MacKextEthernetTap.cpp c890f1762a This code is obsolete but remove vfork anyway. hace 4 años
MacKextEthernetTap.hpp 06730c7d1d BSL date bump hace 5 años
ManagedRoute.cpp fa25b45198 Keep interface name on via routes on linux hace 4 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 1c956494a4 Use lowercase when including Windows headers hace 4 años
OSUtils.hpp 1c956494a4 Use lowercase when including Windows headers hace 4 años
Phy.hpp c5008031b9 Increase ifname size to accomodate Windows (issue #1560) hace 3 años
PortMapper.cpp f83eed9ef9 [Android] Fix include for miniupnpc hace 4 años
PortMapper.hpp 06730c7d1d BSL date bump hace 5 años
README.md e61a40a956 docs hace 10 años
Thread.hpp 1c956494a4 Use lowercase when including Windows headers hace 4 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 1c956494a4 Use lowercase when including Windows headers 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.