Adam Ierymenko f21ecb3762 Yet more major and very nit-picky refactoring for performance, etc. Also use std::atomic<> now with a TODO to implement a shim if we ever do need to build this on a pre-c++11 compiler. 6 年之前
..
Arp.cpp 7d11522768 Just about everything refactored for new Protocol/Buf code except Switch. 6 年之前
Arp.hpp b598263261 More 2.x notice updates. 6 年之前
BSDEthernetTap.cpp b598263261 More 2.x notice updates. 6 年之前
BSDEthernetTap.hpp b598263261 More 2.x notice updates. 6 年之前
BlockingQueue.hpp b598263261 More 2.x notice updates. 6 年之前
CMakeLists.txt 84ba396ed3 . 6 年之前
EthernetTap.cpp b598263261 More 2.x notice updates. 6 年之前
EthernetTap.hpp b598263261 More 2.x notice updates. 6 年之前
LinuxEthernetTap.cpp 0de194dab3 It builds again 6 年之前
LinuxEthernetTap.hpp b598263261 More 2.x notice updates. 6 年之前
LinuxNetLink.cpp b598263261 More 2.x notice updates. 6 年之前
LinuxNetLink.hpp b598263261 More 2.x notice updates. 6 年之前
MacEthernetTap.cpp b598263261 More 2.x notice updates. 6 年之前
MacEthernetTap.hpp b598263261 More 2.x notice updates. 6 年之前
MacEthernetTapAgent.c b598263261 More 2.x notice updates. 6 年之前
MacEthernetTapAgent.h b598263261 More 2.x notice updates. 6 年之前
MacKextEthernetTap.cpp b598263261 More 2.x notice updates. 6 年之前
MacKextEthernetTap.hpp b598263261 More 2.x notice updates. 6 年之前
ManagedRoute.cpp b598263261 More 2.x notice updates. 6 年之前
ManagedRoute.hpp f21ecb3762 Yet more major and very nit-picky refactoring for performance, etc. Also use std::atomic<> now with a TODO to implement a shim if we ever do need to build this on a pre-c++11 compiler. 6 年之前
NeighborDiscovery.cpp 782b75a64e Linux build fixes 6 年之前
NeighborDiscovery.hpp b598263261 More 2.x notice updates. 6 年之前
NetBSDEthernetTap.cpp b598263261 More 2.x notice updates. 6 年之前
NetBSDEthernetTap.hpp b598263261 More 2.x notice updates. 6 年之前
OSUtils.cpp 33bb61c63d Loads of refactoring, integration of new version of Trace. 6 年之前
OSUtils.hpp 33bb61c63d Loads of refactoring, integration of new version of Trace. 6 年之前
README.md e61a40a956 docs 10 年之前
Thread.hpp b598263261 More 2.x notice updates. 6 年之前
WindowsEthernetTap.cpp b598263261 More 2.x notice updates. 6 年之前
WindowsEthernetTap.hpp b598263261 More 2.x notice updates. 6 年之前
freebsd_getifmaddrs.c ba07d1f91d cleanup 9 年之前
freebsd_getifmaddrs.h 0e597191b8 Updated licenses for 2019 7 年之前

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.