Adam Ierymenko 989cbb4d8d Merge pull request #434 from zielmicha/fix-ip 9 лет назад
..
Arp.cpp 4e4fd51117 boring doc stuff 10 лет назад
Arp.hpp 4e4fd51117 boring doc stuff 10 лет назад
BSDEthernetTap.cpp 1a89694980 Remove explicit sys/sysctl.h includes 9 лет назад
BSDEthernetTap.hpp 4e4fd51117 boring doc stuff 10 лет назад
BackgroundResolver.cpp 4e4fd51117 boring doc stuff 10 лет назад
BackgroundResolver.hpp 4e4fd51117 boring doc stuff 10 лет назад
Binder.hpp 203b7e17de Binder.hpp: gather all IPv4 interface addresses 9 лет назад
BlockingQueue.hpp e26bee45fb Multithreading in network controller. Threads are only started if controller is used. 9 лет назад
Http.cpp 536feb632c Support yet another old version of http-parser for CentOS/EPEL. 9 лет назад
Http.hpp 4e4fd51117 boring doc stuff 10 лет назад
LinuxDropPrivileges.cpp 8e76363ccf Fix chown on /var/lib/zerotier-one 9 лет назад
LinuxDropPrivileges.hpp 344a25c133 Run as nonroot user on Linux (with CAP_NET_ADMIN and CAP_NET_RAW added). 9 лет назад
LinuxEthernetTap.cpp 912ee199ed Tiny fixes to LinuxEthernetTap 9 лет назад
LinuxEthernetTap.hpp 4e4fd51117 boring doc stuff 10 лет назад
ManagedRoute.cpp 2fc3d12fb6 Minor tweaks to member code in controller, and fix Linux build. 9 лет назад
ManagedRoute.hpp 8d0b2b781e Route management bug fixes. 9 лет назад
NeighborDiscovery.cpp 965399ba0c fix a few warnings 9 лет назад
NeighborDiscovery.hpp d817039f79 Add IPv6 Neighbor Discovery code. Not yet tested. 9 лет назад
OSUtils.cpp e9007b1f56 NodeJS migration script for old Sqlite controller.db to new controller data format. 9 лет назад
OSUtils.hpp 565842b5ec Software updater work. 9 лет назад
OSXEthernetTap.cpp ebe7e15475 sys/sysctl.h is required on OSX and probably other BSD 9 лет назад
OSXEthernetTap.hpp 4e4fd51117 boring doc stuff 10 лет назад
Phy.hpp 37afa876a7 Linux bug fixes, small controller fix. 9 лет назад
PortMapper.cpp 51ced0cf41 GitHub issue #338 9 лет назад
PortMapper.hpp 4e4fd51117 boring doc stuff 10 лет назад
README.md e61a40a956 docs 10 лет назад
Thread.hpp 22e44c762b More rules engine work: key/value pair matching for microsegmentation. 9 лет назад
WindowsEthernetTap.cpp e2b1a7157e Potential fix for routing issue on Windows 9 лет назад
WindowsEthernetTap.hpp 0f6c53589e remove commented out function declaration 9 лет назад

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.