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.
 
 
 
 
 
 
Joseph Henry f18d5b2efe Attempted fix for github issue #597, leaking sockets. Added call to closenatpmp() after failure to init 8 years ago
..
Arp.cpp License header update. 9 years ago
Arp.hpp License header update. 9 years ago
BSDEthernetTap.cpp BSD build fix. 9 years ago
BSDEthernetTap.hpp MTU integration in taps. 9 years ago
Binder.hpp GCC/G++ build fixes, GitHub issue #563 9 years ago
BlockingQueue.hpp Automatic periodic status dump from controller. 9 years ago
Http.cpp Cleanup. 9 years ago
Http.hpp License header update. 9 years ago
LinuxEthernetTap.cpp Fixed typo of mysterious origin 9 years ago
LinuxEthernetTap.hpp MTU integration in taps. 9 years ago
ManagedRoute.cpp More cleanup, Linux build fixes. 9 years ago
ManagedRoute.hpp License header update. 9 years ago
NeighborDiscovery.cpp Fix NeighborDiscovery code now that ZT_SOCKADDR_NULL doesn’t exist 9 years ago
NeighborDiscovery.hpp License header update. 9 years ago
OSUtils.cpp RethinkDB native connector work, minor fixes. 8 years ago
OSUtils.hpp Re-integrate in-filesystem DB into new controller DB structure. 8 years ago
OSXEthernetTap.cpp Cleanup. 9 years ago
OSXEthernetTap.hpp MTU integration in taps. 9 years ago
Phy.hpp License header update. 9 years ago
PortMapper.cpp Attempted fix for github issue #597, leaking sockets. Added call to closenatpmp() after failure to init 8 years ago
PortMapper.hpp License header update. 9 years ago
README.md docs 11 years ago
TestEthernetTap.hpp MTU integration in taps. 9 years ago
Thread.hpp Conditionally omit reference to CancelSynchronousIo in Thread.hp when MINGW32/64 is detected for libzt build - Symbol not supported 9 years ago
WindowsEthernetTap.cpp call setFriendlyName() after tap adapter is initialized 9 years ago
WindowsEthernetTap.hpp call setFriendlyName() after tap adapter is initialized 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.