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.
 
 
 
 
 
 
Adam Ierymenko ac8918992b Merge dev. 10 years ago
..
Arp.cpp ARP packets do need the source IP address in them, as well as the MAC address. 10 years ago
Arp.hpp ARP packets do need the source IP address in them, as well as the MAC address. 10 years ago
BSDEthernetTap.cpp BSDEthernetTap build fixes. 11 years ago
BSDEthernetTap.hpp Bring BSDEthernetTap into the current century. 11 years ago
BackgroundResolver.cpp Background resolver. 11 years ago
BackgroundResolver.hpp BackgroundResolver test. 11 years ago
Http.cpp Merge Phy<> from netcon. 11 years ago
Http.hpp Windows now builds and runs selftest correctly, and fixed a Windows (and possibly other platforms) issue in Phy<>. 11 years ago
LinuxEthernetTap.cpp Fix for GitHub issue #253. 10 years ago
LinuxEthernetTap.hpp (1) now builds and works on Linux, (2) fix a threading problem causing carsh on shutdown, (3) cleanup in selftest, re-enable Phy and Http tests. 11 years ago
OSUtils.cpp Fix: (1) Windows stack overflow due to buffer too large in peer deserialize, (2) clean up some other stuff seen during debugging and reduce the sizes of some buffers due to Windows small stack size, (3) remove a redundant try/catch. 11 years ago
OSUtils.hpp Create periodic backup copies of controller.db in network controller from the main process itself to facilitate easier and safer backups of controller.db. 11 years ago
OSXEthernetTap.cpp Simplify IP assignment logic in OSXEthernetTap, also fix for GitHub issue #249 10 years ago
OSXEthernetTap.hpp Bunch of tap stuff, IP address assignment hookups, etc. 11 years ago
Phy.hpp MERGE current "dev" into "netcon" -- should not affect netcon itself but will retest -- brings ZeroTier core up to 1.1.0 10 years ago
PortMapper.cpp Put selftest back and turn off tracing in PortMapper. 10 years ago
PortMapper.hpp ifdef naming fix. 10 years ago
README.md docs 11 years ago
Thread.hpp Windows now builds and runs selftest correctly, and fixed a Windows (and possibly other platforms) issue in Phy<>. 11 years ago
WindowsEthernetTap.cpp Fix: (1) Windows stack overflow due to buffer too large in peer deserialize, (2) clean up some other stuff seen during debugging and reduce the sizes of some buffers due to Windows small stack size, (3) remove a redundant try/catch. 11 years ago
WindowsEthernetTap.hpp Manually set DeviceInstanceID since this registry key is missing on Windows Vista and Server 2008. 11 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.