Michał Zieliński 203b7e17de Binder.hpp: gather all IPv4 interface addresses 8 years ago
..
Arp.cpp 4e4fd51117 boring doc stuff 9 years ago
Arp.hpp 4e4fd51117 boring doc stuff 9 years ago
BSDEthernetTap.cpp 1a89694980 Remove explicit sys/sysctl.h includes 9 years ago
BSDEthernetTap.hpp 4e4fd51117 boring doc stuff 9 years ago
BackgroundResolver.cpp 4e4fd51117 boring doc stuff 9 years ago
BackgroundResolver.hpp 4e4fd51117 boring doc stuff 9 years ago
Binder.hpp 203b7e17de Binder.hpp: gather all IPv4 interface addresses 8 years ago
BlockingQueue.hpp e26bee45fb Multithreading in network controller. Threads are only started if controller is used. 8 years ago
Http.cpp 536feb632c Support yet another old version of http-parser for CentOS/EPEL. 9 years ago
Http.hpp 4e4fd51117 boring doc stuff 9 years ago
LinuxDropPrivileges.cpp 8e76363ccf Fix chown on /var/lib/zerotier-one 8 years ago
LinuxDropPrivileges.hpp 344a25c133 Run as nonroot user on Linux (with CAP_NET_ADMIN and CAP_NET_RAW added). 9 years ago
LinuxEthernetTap.cpp 912ee199ed Tiny fixes to LinuxEthernetTap 9 years ago
LinuxEthernetTap.hpp 4e4fd51117 boring doc stuff 9 years ago
ManagedRoute.cpp 2fc3d12fb6 Minor tweaks to member code in controller, and fix Linux build. 9 years ago
ManagedRoute.hpp 8d0b2b781e Route management bug fixes. 9 years ago
NeighborDiscovery.cpp 965399ba0c fix a few warnings 8 years ago
NeighborDiscovery.hpp d817039f79 Add IPv6 Neighbor Discovery code. Not yet tested. 9 years ago
OSUtils.cpp ccdd4ffda7 Move split() to OSUtils since it is not used in core. 8 years ago
OSUtils.hpp ccdd4ffda7 Move split() to OSUtils since it is not used in core. 8 years ago
OSXEthernetTap.cpp ebe7e15475 sys/sysctl.h is required on OSX and probably other BSD 9 years ago
OSXEthernetTap.hpp 4e4fd51117 boring doc stuff 9 years ago
Phy.hpp 37afa876a7 Linux bug fixes, small controller fix. 9 years ago
PortMapper.cpp 51ced0cf41 GitHub issue #338 9 years ago
PortMapper.hpp 4e4fd51117 boring doc stuff 9 years ago
README.md e61a40a956 docs 10 years ago
Thread.hpp 22e44c762b More rules engine work: key/value pair matching for microsegmentation. 9 years ago
WindowsEthernetTap.cpp 697520f1f5 Dont write IPv6 addresses to IPv4 sections of registry TCPIP settings. 8 years ago
WindowsEthernetTap.hpp 4f237687ce Route management now works on Windows, including default route override! 1.1.6 very close! 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.