Adam Ierymenko e700165eba GitHub issue #465 - Windows route amnesia 8 년 전
..
Arp.cpp 4e4fd51117 boring doc stuff 9 년 전
Arp.hpp 4e4fd51117 boring doc stuff 9 년 전
BSDEthernetTap.cpp e4896b257f Add thread PTR that gets passed through the entire ZT core call stack and then passed to handler functions resulting from a call. 8 년 전
BSDEthernetTap.hpp e4896b257f Add thread PTR that gets passed through the entire ZT core call stack and then passed to handler functions resulting from a call. 8 년 전
Binder.hpp 946e413997 properly fill out ifcfg files. also removed route re-add code for synology 8 년 전
BlockingQueue.hpp e26bee45fb Multithreading in network controller. Threads are only started if controller is used. 8 년 전
Http.cpp 536feb632c Support yet another old version of http-parser for CentOS/EPEL. 9 년 전
Http.hpp bc61357a44 HTTP backend support for JSONDB 8 년 전
LinuxEthernetTap.cpp 48cadcd2fc More build fixes. 8 년 전
LinuxEthernetTap.hpp e4896b257f Add thread PTR that gets passed through the entire ZT core call stack and then passed to handler functions resulting from a call. 8 년 전
ManagedRoute.cpp e700165eba GitHub issue #465 - Windows route amnesia 8 년 전
ManagedRoute.hpp 8d0b2b781e Route management bug fixes. 9 년 전
NeighborDiscovery.cpp 965399ba0c fix a few warnings 8 년 전
NeighborDiscovery.hpp d817039f79 Add IPv6 Neighbor Discovery code. Not yet tested. 9 년 전
OSUtils.cpp f6d92eb737 JSONDB fix. 8 년 전
OSUtils.hpp f6d92eb737 JSONDB fix. 8 년 전
OSXEthernetTap.cpp 48cadcd2fc More build fixes. 8 년 전
OSXEthernetTap.hpp e4896b257f Add thread PTR that gets passed through the entire ZT core call stack and then passed to handler functions resulting from a call. 8 년 전
Phy.hpp 37afa876a7 Linux bug fixes, small controller fix. 9 년 전
PortMapper.cpp 51ced0cf41 GitHub issue #338 9 년 전
PortMapper.hpp 4e4fd51117 boring doc stuff 9 년 전
README.md e61a40a956 docs 10 년 전
Thread.hpp 471108f2e4 Slightly increase thread stack size for safety (primary Alpine related) possibly GitHub #443 8 년 전
WindowsEthernetTap.cpp e4896b257f Add thread PTR that gets passed through the entire ZT core call stack and then passed to handler functions resulting from a call. 8 년 전
WindowsEthernetTap.hpp e4896b257f Add thread PTR that gets passed through the entire ZT core call stack and then passed to handler functions resulting from a call. 8 년 전

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.