ZeroTierOne/osdep
2016-07-26 16:39:02 -07:00
..
Arp.cpp boring doc stuff 2016-01-12 14:04:55 -08:00
Arp.hpp boring doc stuff 2016-01-12 14:04:55 -08:00
BackgroundResolver.cpp boring doc stuff 2016-01-12 14:04:55 -08:00
BackgroundResolver.hpp boring doc stuff 2016-01-12 14:04:55 -08:00
Binder.hpp Default route override and route management in general now works in Linux. 2016-06-21 12:32:58 -07:00
BSDEthernetTap.cpp Remove explicit sys/sysctl.h includes 2016-07-06 02:38:23 -05:00
BSDEthernetTap.hpp boring doc stuff 2016-01-12 14:04:55 -08:00
Http.cpp Support yet another old version of http-parser for CentOS/EPEL. 2016-06-08 15:09:09 -07:00
Http.hpp boring doc stuff 2016-01-12 14:04:55 -08:00
LinuxEthernetTap.cpp Tiny fixes to LinuxEthernetTap 2016-07-07 16:10:36 -07:00
LinuxEthernetTap.hpp boring doc stuff 2016-01-12 14:04:55 -08:00
ManagedRoute.cpp sys/sysctl.h is required on OSX and probably other BSD 2016-07-21 19:21:51 -07:00
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.) 2016-07-12 08:55:57 -07:00
OSUtils.cpp More new CLI work. 2016-06-23 12:37:15 -07:00
OSUtils.hpp More new CLI work. 2016-06-23 12:37:15 -07:00
OSXEthernetTap.cpp sys/sysctl.h is required on OSX and probably other BSD 2016-07-21 19:21:51 -07:00
OSXEthernetTap.hpp boring doc stuff 2016-01-12 14:04:55 -08:00
Phy.hpp Linux bug fixes, small controller fix. 2016-06-17 00:21:58 +00:00
PortMapper.cpp GitHub issue #338 2016-06-21 09:41:55 -07:00
PortMapper.hpp boring doc stuff 2016-01-12 14:04:55 -08:00
README.md docs 2015-03-31 14:12:33 -07:00
Thread.hpp Fix for running under MUSL libc (e.g. Alpine Linux) 2016-07-26 16:39:02 -07:00
WindowsEthernetTap.cpp Route management now works on Windows, including default route override! 1.1.6 very close! 2016-06-21 13:54:03 -07:00
WindowsEthernetTap.hpp Route management now works on Windows, including default route override! 1.1.6 very close! 2016-06-21 13:54:03 -07:00

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.