ZeroTierOne/osdep
2017-11-07 14:44:46 -08: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 GCC/G++ build fixes, GitHub issue #563 2017-08-14 11:43:39 -07:00
BlockingQueue.hpp Automatic periodic status dump from controller. 2017-07-18 15:36:33 -07:00
BSDEthernetTap.cpp BSD build fix. 2017-07-07 09:29:24 -07:00
BSDEthernetTap.hpp MTU integration in taps. 2017-05-04 19:31:50 -07:00
Http.cpp Cleanup. 2017-07-06 16:11:11 -07:00
Http.hpp License header update. 2017-04-27 20:47:25 -07:00
LinuxEthernetTap.cpp Fixed typo of mysterious origin 2017-08-31 11:37:29 -07:00
LinuxEthernetTap.hpp MTU integration in taps. 2017-05-04 19:31:50 -07:00
ManagedRoute.cpp More cleanup, Linux build fixes. 2017-07-07 06:50:40 -07:00
ManagedRoute.hpp License header update. 2017-04-27 20:47:25 -07:00
NeighborDiscovery.cpp Fix NeighborDiscovery code now that ZT_SOCKADDR_NULL doesn’t exist 2017-07-11 15:45:36 -07:00
NeighborDiscovery.hpp License header update. 2017-04-27 20:47:25 -07:00
OSUtils.cpp RethinkDB native connector work, minor fixes. 2017-11-02 07:05:11 -07:00
OSUtils.hpp Re-integrate in-filesystem DB into new controller DB structure. 2017-11-07 14:44:46 -08:00
OSXEthernetTap.cpp Cleanup. 2017-07-06 16:11:11 -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 timestamps changed from uint64_t to int64_t 2017-10-02 15:52:57 -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 Conditionally omit reference to CancelSynchronousIo in Thread.hp when MINGW32/64 is detected for libzt build - Symbol not supported 2017-10-10 12:21:52 -07:00
WindowsEthernetTap.cpp call setFriendlyName() after tap adapter is initialized 2017-10-16 12:16:05 -07:00
WindowsEthernetTap.hpp call setFriendlyName() after tap adapter is initialized 2017-10-16 12:16:05 -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.