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.
 
 
 
 
 
 
Daniel Skowroński 218ace51a7 use /dev/tap{0..3}; it is fully working now 9 years ago
..
Arp.cpp boring doc stuff 10 years ago
Arp.hpp boring doc stuff 10 years ago
BSDEthernetTap.cpp Remove explicit sys/sysctl.h includes 10 years ago
BSDEthernetTap.hpp boring doc stuff 10 years ago
BackgroundResolver.cpp boring doc stuff 10 years ago
BackgroundResolver.hpp boring doc stuff 10 years ago
Binder.hpp Default route override and route management in general now works in Linux. 10 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 Tiny fixes to LinuxEthernetTap 10 years ago
LinuxEthernetTap.hpp boring doc stuff 10 years ago
ManagedRoute.cpp sys/sysctl.h is required on OSX and probably other BSD 10 years ago
ManagedRoute.hpp Do not shadow our own route twice on Mac if there is no default route. (Fix for issue found during IPv6 default route override testing.) 10 years ago
NetBSDEthernetTap.cpp use /dev/tap{0..3}; it is fully working now 9 years ago
NetBSDEthernetTap.hpp make it compilable 9 years ago
OSUtils.cpp More new CLI work. 10 years ago
OSUtils.hpp More new CLI work. 10 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 Fix for running under MUSL libc (e.g. Alpine Linux) 10 years ago
WindowsEthernetTap.cpp Route management now works on Windows, including default route override! 1.1.6 very close! 10 years ago
WindowsEthernetTap.hpp Route management now works on Windows, including default route override! 1.1.6 very close! 10 years ago
freebsd_getifmaddrs.c make it compilable 9 years ago
freebsd_getifmaddrs.h make it compilable 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.