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 9b001823f6 Add ifdef for synology around synology-only code in Linux Ethernet tap. 9 years ago
..
Arp.cpp boring doc stuff 10 years ago
Arp.hpp boring doc stuff 10 years ago
BSDEthernetTap.cpp OpenBSD fixes, workaround for apparent libstdc++ bug. 9 years ago
BSDEthernetTap.hpp boring doc stuff 10 years ago
Binder.hpp properly fill out ifcfg files. also removed route re-add code for synology 9 years ago
BlockingQueue.hpp Multithreading in network controller. Threads are only started if controller is used. 9 years ago
Http.cpp Support yet another old version of http-parser for CentOS/EPEL. 10 years ago
Http.hpp boring doc stuff 10 years ago
LinuxEthernetTap.cpp Add ifdef for synology around synology-only code in Linux Ethernet tap. 9 years ago
LinuxEthernetTap.hpp Add ifdef for synology around synology-only code in Linux Ethernet tap. 9 years ago
ManagedRoute.cpp Minor tweaks to member code in controller, and fix Linux build. 10 years ago
ManagedRoute.hpp Route management bug fixes. 10 years ago
NeighborDiscovery.cpp fix a few warnings 10 years ago
NeighborDiscovery.hpp Add IPv6 Neighbor Discovery code. Not yet tested. 10 years ago
OSUtils.cpp Windows directory cleanup and a Windows build fix. 9 years ago
OSUtils.hpp Clean iddb.d periodically. 9 years ago
OSXEthernetTap.cpp sys/sysctl.h is required on OSX and probably other BSD 10 years ago
OSXEthernetTap.hpp boring doc stuff 10 years ago
Phy.hpp Linux bug fixes, small controller fix. 10 years ago
PortMapper.cpp GitHub issue #338 10 years ago
PortMapper.hpp boring doc stuff 10 years ago
README.md docs 11 years ago
Thread.hpp Slightly increase thread stack size for safety (primary Alpine related) possibly GitHub #443 9 years ago
WindowsEthernetTap.cpp Potential fix for routing issue on Windows 9 years ago
WindowsEthernetTap.hpp remove commented out function declaration 9 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.