ZeroTierOne/osdep
2017-02-21 17:55:00 -08: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
Binder.hpp properly fill out ifcfg files. also removed route re-add code for synology 2017-02-21 17:55:00 -08:00
BlockingQueue.hpp Multithreading in network controller. Threads are only started if controller is used. 2016-11-10 13:57:01 -08:00
BSDEthernetTap.cpp OpenBSD fixes, workaround for apparent libstdc++ bug. 2017-01-19 15:05:26 -08: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 properly fill out ifcfg files. also removed route re-add code for synology 2017-02-21 17:55:00 -08:00
LinuxEthernetTap.hpp properly fill out ifcfg files. also removed route re-add code for synology 2017-02-21 17:55:00 -08:00
ManagedRoute.cpp Minor tweaks to member code in controller, and fix Linux build. 2016-09-29 14:48:39 -07:00
ManagedRoute.hpp Route management bug fixes. 2016-09-13 16:25:48 -07:00
NeighborDiscovery.cpp fix a few warnings 2016-10-31 15:16:42 -07:00
NeighborDiscovery.hpp Add IPv6 Neighbor Discovery code. Not yet tested. 2016-09-30 13:18:17 -07:00
OSUtils.cpp Rip out resolver and use anycast address instead. In the long term existing TCP proxy dies anyway. Fixes static build problem for old Linux versions. 2017-01-26 13:59:20 -08:00
OSUtils.hpp Software updater work. 2017-01-11 14:37:31 -08: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 Slightly increase thread stack size for safety (primary Alpine related) possibly GitHub #443 2017-01-30 08:01:36 -08:00
WindowsEthernetTap.cpp Potential fix for routing issue on Windows 2017-01-05 11:43:26 -08:00
WindowsEthernetTap.hpp remove commented out function declaration 2017-01-05 11:46:33 -08: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.