travisladuke 557b92a167 More reliable full tunnel on macOs 2 years ago
..
Arp.cpp 06730c7d1d BSL date bump 5 years ago
Arp.hpp 06730c7d1d BSL date bump 5 years ago
BSDEthernetTap.cpp 60d2138f30 cache getifaddrs - bsd 2 years ago
BSDEthernetTap.hpp 60d2138f30 cache getifaddrs - bsd 2 years ago
Binder.hpp 7637ef10d7 Fix primary port binding issue in 1.12 (#2107) 2 years ago
BlockingQueue.hpp 17f6b3a10b central controller metrics & request path updates (#2012) 2 years ago
EthernetTap.cpp 79e2fd4586 Automatically detect Ethernet tap friendly name in Windows shouldBind stuff. 4 years ago
EthernetTap.hpp 54decda7a4 add constant for getifaddrs cache time 2 years ago
Http.cpp 06730c7d1d BSL date bump 5 years ago
Http.hpp 1c956494a4 Use lowercase when including Windows headers 4 years ago
LinuxEthernetTap.cpp 259ee610a6 cache getifaddrs - linux 2 years ago
LinuxEthernetTap.hpp 259ee610a6 cache getifaddrs - linux 2 years ago
LinuxNetLink.cpp e36127283c Fix typos (#2075) 2 years ago
LinuxNetLink.hpp 6b67cb0e2a Linux build fixes. 5 years ago
MacDNSHelper.hpp fb6af1971b Fix network DNS on macOS 2 years ago
MacDNSHelper.mm 1d095e81d9 fix macos default route again 2 years ago
MacEthernetTap.cpp fb6af1971b Fix network DNS on macOS 2 years ago
MacEthernetTap.hpp 4192f6a6d9 cache getifaddrs - mac 2 years ago
MacEthernetTapAgent.c 594853e251 Remove deprecated vfork call on Mac, and make Mac route application more robust. 4 years ago
MacEthernetTapAgent.h 06730c7d1d BSL date bump 5 years ago
MacKextEthernetTap.cpp c890f1762a This code is obsolete but remove vfork anyway. 4 years ago
MacKextEthernetTap.hpp 06730c7d1d BSL date bump 5 years ago
ManagedRoute.cpp 557b92a167 More reliable full tunnel on macOs 2 years ago
ManagedRoute.hpp 52679d2784 Simplify and fix managed route logic. 5 years ago
NeighborDiscovery.cpp 06730c7d1d BSL date bump 5 years ago
NeighborDiscovery.hpp 06730c7d1d BSL date bump 5 years ago
NetBSDEthernetTap.cpp 06730c7d1d BSL date bump 5 years ago
NetBSDEthernetTap.hpp 06730c7d1d BSL date bump 5 years ago
OSUtils.cpp 925599cab0 Network-metrics (#1994) 2 years ago
OSUtils.hpp 925599cab0 Network-metrics (#1994) 2 years ago
Phy.hpp f1019dc4ee Implement recvmmsg() for Linux to reduce syscalls. (#2046) 2 years ago
PortMapper.cpp d976a9f5a0 Comment out PortMapper debug 2 years ago
PortMapper.hpp 06730c7d1d BSL date bump 5 years ago
README.md e61a40a956 docs 10 years ago
Thread.hpp 1c956494a4 Use lowercase when including Windows headers 4 years ago
WinDNSHelper.cpp 30b18d925f clean up some debug logging 5 years ago
WinDNSHelper.hpp d9c4e644de Windows DNS 5 years ago
WinFWHelper.cpp 4959d8079b enable ICMP in windows firewall 3 years ago
WinFWHelper.hpp 4959d8079b enable ICMP in windows firewall 3 years ago
WindowsEthernetTap.cpp ed0a388bcd Windows arm64 (#2099) 2 years ago
WindowsEthernetTap.hpp e11d70e408 cache getifaddrs - windows 2 years ago
freebsd_getifmaddrs.c ba07d1f91d cleanup 9 years ago
freebsd_getifmaddrs.h 0e597191b8 Updated licenses for 2019 7 years ago

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.