Adam Ierymenko 78ef2c5f16 Windows build fixes, app about text revisions. 8 years ago
..
Arp.cpp 4e4fd51117 boring doc stuff 9 years ago
Arp.hpp 4e4fd51117 boring doc stuff 9 years ago
BSDEthernetTap.cpp d79f792e6f OpenBSD fixes, workaround for apparent libstdc++ bug. 8 years ago
BSDEthernetTap.hpp 4e4fd51117 boring doc stuff 9 years ago
Binder.hpp 946e413997 properly fill out ifcfg files. also removed route re-add code for synology 8 years ago
BlockingQueue.hpp e26bee45fb Multithreading in network controller. Threads are only started if controller is used. 8 years ago
Http.cpp 536feb632c Support yet another old version of http-parser for CentOS/EPEL. 9 years ago
Http.hpp 4e4fd51117 boring doc stuff 9 years ago
LinuxEthernetTap.cpp 9b001823f6 Add ifdef for synology around synology-only code in Linux Ethernet tap. 8 years ago
LinuxEthernetTap.hpp 9b001823f6 Add ifdef for synology around synology-only code in Linux Ethernet tap. 8 years ago
ManagedRoute.cpp 2fc3d12fb6 Minor tweaks to member code in controller, and fix Linux build. 8 years ago
ManagedRoute.hpp 8d0b2b781e Route management bug fixes. 9 years ago
NeighborDiscovery.cpp 965399ba0c fix a few warnings 8 years ago
NeighborDiscovery.hpp d817039f79 Add IPv6 Neighbor Discovery code. Not yet tested. 8 years ago
OSUtils.cpp 78ef2c5f16 Windows build fixes, app about text revisions. 8 years ago
OSUtils.hpp 4f3f471b4c GitHub issue #460 8 years ago
OSXEthernetTap.cpp ebe7e15475 sys/sysctl.h is required on OSX and probably other BSD 9 years ago
OSXEthernetTap.hpp 4e4fd51117 boring doc stuff 9 years ago
Phy.hpp 37afa876a7 Linux bug fixes, small controller fix. 9 years ago
PortMapper.cpp 51ced0cf41 GitHub issue #338 9 years ago
PortMapper.hpp 4e4fd51117 boring doc stuff 9 years ago
README.md e61a40a956 docs 10 years ago
Thread.hpp 471108f2e4 Slightly increase thread stack size for safety (primary Alpine related) possibly GitHub #443 8 years ago
WindowsEthernetTap.cpp e2b1a7157e Potential fix for routing issue on Windows 8 years ago
WindowsEthernetTap.hpp 0f6c53589e remove commented out function declaration 8 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.