ZeroTierOne/osdep
2017-04-18 17:37:44 -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
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 Add thread PTR that gets passed through the entire ZT core call stack and then passed to handler functions resulting from a call. 2017-03-27 17:03:17 -07:00
BSDEthernetTap.hpp Add thread PTR that gets passed through the entire ZT core call stack and then passed to handler functions resulting from a call. 2017-03-27 17:03:17 -07:00
Http.cpp Support yet another old version of http-parser for CentOS/EPEL. 2016-06-08 15:09:09 -07:00
Http.hpp HTTP backend support for JSONDB 2017-04-18 17:37:44 -07:00
LinuxEthernetTap.cpp More build fixes. 2017-04-18 12:48:56 -07:00
LinuxEthernetTap.hpp Add thread PTR that gets passed through the entire ZT core call stack and then passed to handler functions resulting from a call. 2017-03-27 17:03:17 -07: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 JSONDB fix. 2017-04-18 13:48:19 -07:00
OSUtils.hpp JSONDB fix. 2017-04-18 13:48:19 -07:00
OSXEthernetTap.cpp More build fixes. 2017-04-18 12:48:56 -07:00
OSXEthernetTap.hpp Add thread PTR that gets passed through the entire ZT core call stack and then passed to handler functions resulting from a call. 2017-03-27 17:03:17 -07: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 Add thread PTR that gets passed through the entire ZT core call stack and then passed to handler functions resulting from a call. 2017-03-27 17:03:17 -07:00
WindowsEthernetTap.hpp Add thread PTR that gets passed through the entire ZT core call stack and then passed to handler functions resulting from a call. 2017-03-27 17:03:17 -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.