mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-12-26 03:42:05 -08:00
now show up as *real* networks and prompt the user to set their location and firewall status (public, private, home/work, etc.). The hack used to achieve #2 should not be examined by children or those suffering from epilepsy or heart conditions. |
||
|---|---|---|
| .. | ||
| BSDRoutingTable.cpp | ||
| BSDRoutingTable.hpp | ||
| LinuxEthernetTap.cpp | ||
| LinuxEthernetTap.hpp | ||
| LinuxEthernetTapFactory.cpp | ||
| LinuxEthernetTapFactory.hpp | ||
| LinuxRoutingTable.cpp | ||
| LinuxRoutingTable.hpp | ||
| OSXEthernetTap.cpp | ||
| OSXEthernetTap.hpp | ||
| OSXEthernetTapFactory.cpp | ||
| OSXEthernetTapFactory.hpp | ||
| README.txt | ||
| WindowsEthernetTap.cpp | ||
| WindowsEthernetTap.hpp | ||
| WindowsEthernetTapFactory.cpp | ||
| WindowsEthernetTapFactory.hpp | ||
| WindowsRoutingTable.cpp | ||
| WindowsRoutingTable.hpp | ||
This folder contains implementations of EthernetTap, EthernetTapFactory, and RoutingTable that bind to operating system level interfaces and drivers on Linux, Mac, Windows, and other platforms.