You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Adam Ierymenko ec0e8a9a43 Rip out resolver and use anycast address instead. In the long term existing TCP proxy dies anyway. Fixes static build problem for old Linux versions. 9 years ago
..
Arp.cpp boring doc stuff 10 years ago
Arp.hpp boring doc stuff 10 years ago
BSDEthernetTap.cpp OpenBSD fixes, workaround for apparent libstdc++ bug. 9 years ago
BSDEthernetTap.hpp boring doc stuff 10 years ago
Binder.hpp Binder.hpp: gather all IPv4 interface addresses 9 years ago
BlockingQueue.hpp Multithreading in network controller. Threads are only started if controller is used. 9 years ago
Http.cpp Support yet another old version of http-parser for CentOS/EPEL. 10 years ago
Http.hpp boring doc stuff 10 years ago
LinuxDropPrivileges.cpp Fix chown on /var/lib/zerotier-one 9 years ago
LinuxDropPrivileges.hpp Run as nonroot user on Linux (with CAP_NET_ADMIN and CAP_NET_RAW added). 10 years ago
LinuxEthernetTap.cpp Tiny fixes to LinuxEthernetTap 10 years ago
LinuxEthernetTap.hpp boring doc stuff 10 years ago
ManagedRoute.cpp Minor tweaks to member code in controller, and fix Linux build. 10 years ago
ManagedRoute.hpp Route management bug fixes. 10 years ago
NeighborDiscovery.cpp fix a few warnings 10 years ago
NeighborDiscovery.hpp Add IPv6 Neighbor Discovery code. Not yet tested. 10 years ago
OSUtils.cpp Rip out resolver and use anycast address instead. In the long term existing TCP proxy dies anyway. Fixes static build problem for old Linux versions. 9 years ago
OSUtils.hpp Software updater work. 9 years ago
OSXEthernetTap.cpp sys/sysctl.h is required on OSX and probably other BSD 10 years ago
OSXEthernetTap.hpp boring doc stuff 10 years ago
Phy.hpp Linux bug fixes, small controller fix. 10 years ago
PortMapper.cpp GitHub issue #338 10 years ago
PortMapper.hpp boring doc stuff 10 years ago
README.md docs 11 years ago
Thread.hpp More rules engine work: key/value pair matching for microsegmentation. 10 years ago
WindowsEthernetTap.cpp Potential fix for routing issue on Windows 9 years ago
WindowsEthernetTap.hpp remove commented out function declaration 9 years ago

README.md

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.