ZeroTierOne/osdep
2015-05-20 14:21:14 -07:00
..
BSDEthernetTap.cpp BSDEthernetTap build fixes. 2015-05-17 18:31:41 -07:00
BSDEthernetTap.hpp Bring BSDEthernetTap into the current century. 2015-05-17 18:28:04 -07:00
Http.cpp Windows now builds and runs selftest correctly, and fixed a Windows (and possibly other platforms) issue in Phy<>. 2015-04-24 15:05:28 -07:00
Http.hpp Windows now builds and runs selftest correctly, and fixed a Windows (and possibly other platforms) issue in Phy<>. 2015-04-24 15:05:28 -07:00
LinuxEthernetTap.cpp (1) now builds and works on Linux, (2) fix a threading problem causing carsh on shutdown, (3) cleanup in selftest, re-enable Phy and Http tests. 2015-04-20 15:12:31 -07:00
LinuxEthernetTap.hpp (1) now builds and works on Linux, (2) fix a threading problem causing carsh on shutdown, (3) cleanup in selftest, re-enable Phy and Http tests. 2015-04-20 15:12:31 -07:00
OSUtils.cpp OSUtils::resolve() 2015-04-20 16:07:38 -07:00
OSUtils.hpp Windows now builds and runs selftest correctly, and fixed a Windows (and possibly other platforms) issue in Phy<>. 2015-04-24 15:05:28 -07:00
OSXEthernetTap.cpp (1) now builds and works on Linux, (2) fix a threading problem causing carsh on shutdown, (3) cleanup in selftest, re-enable Phy and Http tests. 2015-04-20 15:12:31 -07:00
OSXEthernetTap.hpp Bunch of tap stuff, IP address assignment hookups, etc. 2015-04-14 17:57:51 -07:00
Phy.hpp Windows now builds and runs selftest correctly, and fixed a Windows (and possibly other platforms) issue in Phy<>. 2015-04-24 15:05:28 -07:00
README.md docs 2015-03-31 14:12:33 -07:00
Thread.hpp Windows now builds and runs selftest correctly, and fixed a Windows (and possibly other platforms) issue in Phy<>. 2015-04-24 15:05:28 -07:00
WindowsEthernetTap.cpp Don't actually "power cycle" the interface except on startup. Doing that after we're running could lose IP configuration. 2015-05-20 14:21:14 -07:00
WindowsEthernetTap.hpp Destroy tap devices on Windows 'leave'. 2015-04-24 16:31:19 -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.