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

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.