ZeroTierOne/osdep
2020-04-06 16:54:35 -07:00
..
Arp.cpp A bunch of cleanup, bug fix, just use unordered_map, etc. 2020-03-30 17:28:23 -07:00
Arp.hpp Add symmetric key container, tons of cleanup. 2020-04-06 16:54:35 -07:00
BlockingQueue.hpp A bunch of little nit-picky header and name cleanup. 2020-03-04 08:16:44 -08:00
BSDEthernetTap.cpp More 2.x notice updates. 2020-01-20 08:49:10 -08:00
BSDEthernetTap.hpp More 2.x notice updates. 2020-01-20 08:49:10 -08:00
CMakeLists.txt It almost builds! 2020-03-17 16:27:31 -07:00
EthernetTap.cpp More 2.x notice updates. 2020-01-20 08:49:10 -08:00
EthernetTap.hpp It almost builds! 2020-03-17 16:27:31 -07:00
freebsd_getifmaddrs.c cleanup 2016-12-27 11:57:05 +01:00
freebsd_getifmaddrs.h Updated licenses for 2019 2019-01-14 10:25:53 -08:00
LinuxEthernetTap.cpp Linux build fixes, warning removal. 2020-03-24 08:39:54 -07:00
LinuxEthernetTap.hpp More 2.x notice updates. 2020-01-20 08:49:10 -08:00
LinuxNetLink.cpp Linux build fixes, warning removal. 2020-03-24 08:39:54 -07:00
LinuxNetLink.hpp More 2.x notice updates. 2020-01-20 08:49:10 -08:00
MacEthernetTap.cpp It almost builds! 2020-03-17 16:27:31 -07:00
MacEthernetTap.hpp More 2.x notice updates. 2020-01-20 08:49:10 -08:00
MacEthernetTapAgent.c Everything but root builds now. Back to testing. 2020-03-18 07:20:04 -07:00
MacEthernetTapAgent.h More 2.x notice updates. 2020-01-20 08:49:10 -08:00
MacKextEthernetTap.cpp It almost builds! 2020-03-17 16:27:31 -07:00
MacKextEthernetTap.hpp More 2.x notice updates. 2020-01-20 08:49:10 -08:00
NeighborDiscovery.cpp A bunch of cleanup, bug fix, just use unordered_map, etc. 2020-03-30 17:28:23 -07:00
NeighborDiscovery.hpp Add symmetric key container, tons of cleanup. 2020-04-06 16:54:35 -07:00
NetBSDEthernetTap.cpp More 2.x notice updates. 2020-01-20 08:49:10 -08:00
NetBSDEthernetTap.hpp More 2.x notice updates. 2020-01-20 08:49:10 -08:00
OSUtils.cpp build fix 2020-03-23 16:24:39 -07:00
OSUtils.hpp More warning removal. 2020-03-31 14:09:17 -07:00
README.md docs 2015-03-31 14:12:33 -07:00
Thread.hpp More 2.x notice updates. 2020-01-20 08:49:10 -08:00
WindowsEthernetTap.cpp More 2.x notice updates. 2020-01-20 08:49:10 -08:00
WindowsEthernetTap.hpp More 2.x notice updates. 2020-01-20 08:49:10 -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.