Adam Ierymenko 56357c077b Merge pull request #1110 from neheb/patch-1 il y a 3 ans
..
Arp.cpp 06730c7d1d BSL date bump il y a 5 ans
Arp.hpp 06730c7d1d BSL date bump il y a 5 ans
BSDEthernetTap.cpp b37e9de24d BSD: add debug fprintfs for external commands il y a 4 ans
BSDEthernetTap.hpp 06730c7d1d BSL date bump il y a 5 ans
Binder.hpp 1c956494a4 Use lowercase when including Windows headers il y a 3 ans
BlockingQueue.hpp 2da162bed7 Split Linux tap receive into two threads: one reader, one processor. il y a 4 ans
EthernetTap.cpp 79e2fd4586 Automatically detect Ethernet tap friendly name in Windows shouldBind stuff. il y a 4 ans
EthernetTap.hpp 79e2fd4586 Automatically detect Ethernet tap friendly name in Windows shouldBind stuff. il y a 4 ans
Http.cpp 06730c7d1d BSL date bump il y a 5 ans
Http.hpp 1c956494a4 Use lowercase when including Windows headers il y a 3 ans
LinuxEthernetTap.cpp 31c12aebb5 more fun with linux ethernet taps il y a 3 ans
LinuxEthernetTap.hpp 8885149cd3 Revert "Revert "Revert a change to LinuxEthernetTap threading to eliminate out of order packet issues on some systems."" il y a 4 ans
LinuxNetLink.cpp 56357c077b Merge pull request #1110 from neheb/patch-1 il y a 3 ans
LinuxNetLink.hpp 6b67cb0e2a Linux build fixes. il y a 4 ans
MacDNSHelper.hpp afdc91f21f Convince macOS to do ipv6 dns lookups il y a 3 ans
MacDNSHelper.mm afdc91f21f Convince macOS to do ipv6 dns lookups il y a 3 ans
MacEthernetTap.cpp afdc91f21f Convince macOS to do ipv6 dns lookups il y a 3 ans
MacEthernetTap.hpp fe5aad3cef Some Mac feth tap changes to hopefully fix slow-leave problem. il y a 4 ans
MacEthernetTapAgent.c 594853e251 Remove deprecated vfork call on Mac, and make Mac route application more robust. il y a 3 ans
MacEthernetTapAgent.h 06730c7d1d BSL date bump il y a 5 ans
MacKextEthernetTap.cpp c890f1762a This code is obsolete but remove vfork anyway. il y a 3 ans
MacKextEthernetTap.hpp 06730c7d1d BSL date bump il y a 5 ans
ManagedRoute.cpp fa25b45198 Keep interface name on via routes on linux il y a 3 ans
ManagedRoute.hpp 52679d2784 Simplify and fix managed route logic. il y a 4 ans
NeighborDiscovery.cpp 06730c7d1d BSL date bump il y a 5 ans
NeighborDiscovery.hpp 06730c7d1d BSL date bump il y a 5 ans
NetBSDEthernetTap.cpp 06730c7d1d BSL date bump il y a 5 ans
NetBSDEthernetTap.hpp 06730c7d1d BSL date bump il y a 5 ans
OSUtils.cpp 1c956494a4 Use lowercase when including Windows headers il y a 3 ans
OSUtils.hpp 1c956494a4 Use lowercase when including Windows headers il y a 3 ans
Phy.hpp c5008031b9 Increase ifname size to accomodate Windows (issue #1560) il y a 3 ans
PortMapper.cpp f83eed9ef9 [Android] Fix include for miniupnpc il y a 3 ans
PortMapper.hpp 06730c7d1d BSL date bump il y a 5 ans
README.md e61a40a956 docs il y a 10 ans
Thread.hpp 1c956494a4 Use lowercase when including Windows headers il y a 3 ans
WinDNSHelper.cpp 30b18d925f clean up some debug logging il y a 5 ans
WinDNSHelper.hpp d9c4e644de Windows DNS il y a 5 ans
WindowsEthernetTap.cpp 1c956494a4 Use lowercase when including Windows headers il y a 3 ans
WindowsEthernetTap.hpp 79e2fd4586 Automatically detect Ethernet tap friendly name in Windows shouldBind stuff. il y a 4 ans
freebsd_getifmaddrs.c ba07d1f91d cleanup il y a 8 ans
freebsd_getifmaddrs.h 0e597191b8 Updated licenses for 2019 il y a 6 ans

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.