ZeroTierOne/osdep
2017-06-27 11:31:39 -07:00
..
Arp.cpp License header update. 2017-04-27 20:47:25 -07:00
Arp.hpp License header update. 2017-04-27 20:47:25 -07:00
Binder.hpp Build fix, use -Os on Linux too. 2017-06-07 17:19:33 -07:00
BlockingQueue.hpp Fix crash on exit (sometimes) in controller. 2017-05-03 09:48:08 -07:00
BSDEthernetTap.cpp Rename Utils::snprintf due to it being a #define on one platform. 2017-06-27 11:31:29 -07:00
BSDEthernetTap.hpp MTU integration in taps. 2017-05-04 19:31:50 -07:00
Http.cpp Rename Utils::snprintf due to it being a #define on one platform. 2017-06-27 11:31:29 -07:00
Http.hpp License header update. 2017-04-27 20:47:25 -07:00
LinuxEthernetTap.cpp Rename Utils::snprintf due to it being a #define on one platform. 2017-06-27 11:31:29 -07:00
LinuxEthernetTap.hpp MTU integration in taps. 2017-05-04 19:31:50 -07:00
ManagedRoute.cpp License header update. 2017-04-27 20:47:25 -07:00
ManagedRoute.hpp License header update. 2017-04-27 20:47:25 -07:00
NeighborDiscovery.cpp License header update. 2017-04-27 20:47:25 -07:00
NeighborDiscovery.hpp License header update. 2017-04-27 20:47:25 -07:00
OSUtils.cpp Merge branch 'dev' of http://10.6.6.2/zerotier/ZeroTierOne into edge 2017-06-27 11:31:39 -07:00
OSUtils.hpp Musl fix 2017-05-09 21:21:56 -07:00
OSXEthernetTap.cpp Rename Utils::snprintf due to it being a #define on one platform. 2017-06-27 11:31:29 -07:00
OSXEthernetTap.hpp MTU integration in taps. 2017-05-04 19:31:50 -07:00
Phy.hpp License header update. 2017-04-27 20:47:25 -07:00
PortMapper.cpp Rename Utils::snprintf due to it being a #define on one platform. 2017-06-27 11:31:29 -07:00
PortMapper.hpp License header update. 2017-04-27 20:47:25 -07:00
README.md docs 2015-03-31 14:12:33 -07:00
TestEthernetTap.hpp MTU integration in taps. 2017-05-04 19:31:50 -07:00
Thread.hpp License header update. 2017-04-27 20:47:25 -07:00
WindowsEthernetTap.cpp Rename Utils::snprintf due to it being a #define on one platform. 2017-06-27 11:31:29 -07:00
WindowsEthernetTap.hpp Support MTU reconfigure for Windows. 2017-05-04 19:50:02 -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.