Adam Ierymenko 7cbbc38b89 Reduce mutex use in LinuxEthernetTap. Try to squeeze a bit more powah out of it. 5 tahun lalu
..
Arp.cpp 06730c7d1d BSL date bump 5 tahun lalu
Arp.hpp 06730c7d1d BSL date bump 5 tahun lalu
BSDEthernetTap.cpp 06730c7d1d BSL date bump 5 tahun lalu
BSDEthernetTap.hpp 06730c7d1d BSL date bump 5 tahun lalu
Binder.hpp 06730c7d1d BSL date bump 5 tahun lalu
BlockingQueue.hpp 2da162bed7 Split Linux tap receive into two threads: one reader, one processor. 5 tahun lalu
EthernetTap.cpp 06730c7d1d BSL date bump 5 tahun lalu
EthernetTap.hpp 06730c7d1d BSL date bump 5 tahun lalu
Http.cpp 06730c7d1d BSL date bump 5 tahun lalu
Http.hpp 06730c7d1d BSL date bump 5 tahun lalu
Link.hpp 06730c7d1d BSL date bump 5 tahun lalu
LinuxEthernetTap.cpp 7cbbc38b89 Reduce mutex use in LinuxEthernetTap. Try to squeeze a bit more powah out of it. 5 tahun lalu
LinuxEthernetTap.hpp 4bd58d47cf Revert "Try factoring out a mutex to see if its faster." 5 tahun lalu
LinuxNetLink.cpp 6b67cb0e2a Linux build fixes. 5 tahun lalu
LinuxNetLink.hpp 6b67cb0e2a Linux build fixes. 5 tahun lalu
MacDNSHelper.hpp 30b18d925f clean up some debug logging 5 tahun lalu
MacDNSHelper.mm c0c215c83c single dns config per network 5 tahun lalu
MacEthernetTap.cpp 763d1cc3dc Some more changes for slow network leaving on Mac. 5 tahun lalu
MacEthernetTap.hpp fe5aad3cef Some Mac feth tap changes to hopefully fix slow-leave problem. 5 tahun lalu
MacEthernetTapAgent.c fe5aad3cef Some Mac feth tap changes to hopefully fix slow-leave problem. 5 tahun lalu
MacEthernetTapAgent.h 06730c7d1d BSL date bump 5 tahun lalu
MacKextEthernetTap.cpp 06730c7d1d BSL date bump 5 tahun lalu
MacKextEthernetTap.hpp 06730c7d1d BSL date bump 5 tahun lalu
ManagedRoute.cpp 250f0ef9db Remove dead code. 5 tahun lalu
ManagedRoute.hpp 52679d2784 Simplify and fix managed route logic. 5 tahun lalu
NeighborDiscovery.cpp 06730c7d1d BSL date bump 5 tahun lalu
NeighborDiscovery.hpp 06730c7d1d BSL date bump 5 tahun lalu
NetBSDEthernetTap.cpp 06730c7d1d BSL date bump 5 tahun lalu
NetBSDEthernetTap.hpp 06730c7d1d BSL date bump 5 tahun lalu
OSUtils.cpp 06730c7d1d BSL date bump 5 tahun lalu
OSUtils.hpp 69b2fcd5af Get rid of obsolete musl libc fix. 5 tahun lalu
Phy.hpp 2fcc344299 Some buffer tuning. 5 tahun lalu
PortMapper.cpp 06730c7d1d BSL date bump 5 tahun lalu
PortMapper.hpp 06730c7d1d BSL date bump 5 tahun lalu
README.md e61a40a956 docs 10 tahun lalu
Thread.hpp 06730c7d1d BSL date bump 5 tahun lalu
WinDNSHelper.cpp 30b18d925f clean up some debug logging 5 tahun lalu
WinDNSHelper.hpp d9c4e644de Windows DNS 5 tahun lalu
WindowsEthernetTap.cpp 06730c7d1d BSL date bump 5 tahun lalu
WindowsEthernetTap.hpp 06730c7d1d BSL date bump 5 tahun lalu
freebsd_getifmaddrs.c ba07d1f91d cleanup 9 tahun lalu
freebsd_getifmaddrs.h 0e597191b8 Updated licenses for 2019 7 tahun lalu

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.