Adam Ierymenko 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 година
..
Arp.cpp 4e4fd51117 boring doc stuff пре 10 година
Arp.hpp 4e4fd51117 boring doc stuff пре 10 година
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 пре 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 година
LinuxEthernetTap.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 година
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 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 78ef2c5f16 Windows build fixes, app about text revisions. пре 8 година
OSUtils.hpp 4f3f471b4c GitHub issue #460 пре 8 година
OSXEthernetTap.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 година
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 пре 10 година
README.md e61a40a956 docs пре 10 година
Thread.hpp 471108f2e4 Slightly increase thread stack size for safety (primary Alpine related) possibly GitHub #443 пре 9 година
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.