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 d2c3ea6901
Another route fix on BSD.
5 years ago
..
Arp.cpp BSL date bump 6 years ago
Arp.hpp BSL date bump 6 years ago
BSDEthernetTap.cpp BSD: add debug fprintfs for external commands 5 years ago
BSDEthernetTap.hpp BSL date bump 6 years ago
Binder.hpp Consolidation of multipath logic. Better system separation 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
LinuxEthernetTap.cpp Revert "Revert "Revert a change to LinuxEthernetTap threading to eliminate out of order packet issues on some systems."" 5 years ago
LinuxEthernetTap.hpp Revert "Revert "Revert a change to LinuxEthernetTap threading to eliminate out of order packet issues on some systems."" 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 Handle case where no old DNS servers exist 5 years ago
MacEthernetTap.cpp Fix for MacOS interface setup and config timing bugs. 5 years ago
MacEthernetTap.hpp Some Mac feth tap changes to hopefully fix slow-leave problem. 5 years ago
MacEthernetTapAgent.c Fix for MacOS interface setup and config timing bugs. 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 Another route fix on BSD. 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 Consolidation of multipath logic. Better system separation 5 years ago
Phy.hpp Consolidation of multipath logic. Better system separation 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.