You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Adam Ierymenko 79e2fd4586 Automatically detect Ethernet tap friendly name in Windows shouldBind stuff. 5 years ago
..
Arp.cpp BSL date bump 6 years ago
Arp.hpp BSL date bump 6 years ago
BSDEthernetTap.cpp BSL date bump 6 years ago
BSDEthernetTap.hpp BSL date bump 6 years ago
Binder.hpp Windows feedback loop fix 5 years ago
BlockingQueue.hpp Split Linux tap receive into two threads: one reader, one processor. 5 years ago
EthernetTap.cpp Automatically detect Ethernet tap friendly name in Windows shouldBind stuff. 5 years ago
EthernetTap.hpp Automatically detect Ethernet tap friendly name in Windows shouldBind stuff. 5 years ago
Http.cpp BSL date bump 6 years ago
Http.hpp BSL date bump 6 years ago
Link.hpp BSL date bump 6 years ago
LinuxEthernetTap.cpp Typo fix. 5 years ago
LinuxEthernetTap.hpp Another Linux fix. 5 years ago
LinuxNetLink.cpp Linux build fixes. 5 years ago
LinuxNetLink.hpp Linux build fixes. 5 years ago
MacDNSHelper.hpp clean up some debug logging 6 years ago
MacDNSHelper.mm single dns config per network 6 years ago
MacEthernetTap.cpp Some more changes for slow network leaving on Mac. 5 years ago
MacEthernetTap.hpp Some Mac feth tap changes to hopefully fix slow-leave problem. 5 years ago
MacEthernetTapAgent.c Some Mac feth tap changes to hopefully fix slow-leave problem. 5 years ago
MacEthernetTapAgent.h BSL date bump 6 years ago
MacKextEthernetTap.cpp BSL date bump 6 years ago
MacKextEthernetTap.hpp BSL date bump 6 years ago
ManagedRoute.cpp Remove dead code. 5 years ago
ManagedRoute.hpp Simplify and fix managed route logic. 5 years ago
NeighborDiscovery.cpp BSL date bump 6 years ago
NeighborDiscovery.hpp BSL date bump 6 years ago
NetBSDEthernetTap.cpp BSL date bump 6 years ago
NetBSDEthernetTap.hpp BSL date bump 6 years ago
OSUtils.cpp Merge pull request #1233 from dosuperuser/improvement/optimizations 5 years ago
OSUtils.hpp Get rid of obsolete musl libc fix. 6 years ago
Phy.hpp Some buffer tuning. 5 years ago
PortMapper.cpp BSL date bump 6 years ago
PortMapper.hpp BSL date bump 6 years ago
README.md docs 11 years ago
Thread.hpp BSL date bump 6 years ago
WinDNSHelper.cpp clean up some debug logging 6 years ago
WinDNSHelper.hpp Windows DNS 6 years ago
WindowsEthernetTap.cpp Automatically detect Ethernet tap friendly name in Windows shouldBind stuff. 5 years ago
WindowsEthernetTap.hpp Automatically detect Ethernet tap friendly name in Windows shouldBind stuff. 5 years ago
freebsd_getifmaddrs.c cleanup 9 years ago
freebsd_getifmaddrs.h 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.