ZeroTierOne/osdep
2021-05-27 16:43:12 -04:00
..
Arp.cpp BSL date bump 2020-08-20 12:51:39 -07:00
Arp.hpp BSL date bump 2020-08-20 12:51:39 -07:00
Binder.hpp same IPv6 temp address detection code for macOS works on FreeBSD. 2021-05-27 16:43:12 -04:00
BlockingQueue.hpp Split Linux tap receive into two threads: one reader, one processor. 2020-11-16 21:40:25 -05:00
BSDEthernetTap.cpp BSL date bump 2020-08-20 12:51:39 -07:00
BSDEthernetTap.hpp BSL date bump 2020-08-20 12:51:39 -07:00
EthernetTap.cpp Automatically detect Ethernet tap friendly name in Windows shouldBind stuff. 2021-03-16 10:12:55 -04:00
EthernetTap.hpp Automatically detect Ethernet tap friendly name in Windows shouldBind stuff. 2021-03-16 10:12:55 -04:00
freebsd_getifmaddrs.c cleanup 2016-12-27 11:57:05 +01:00
freebsd_getifmaddrs.h Updated licenses for 2019 2019-01-14 10:25:53 -08:00
Http.cpp BSL date bump 2020-08-20 12:51:39 -07:00
Http.hpp BSL date bump 2020-08-20 12:51:39 -07:00
Link.hpp Fix (some) compile-time warnings on Windows 2021-05-03 21:12:45 -07:00
LinuxEthernetTap.cpp Set MAC address before bringing up Linux TAP link 2021-04-21 20:46:13 +01:00
LinuxEthernetTap.hpp Another Linux fix. 2020-11-30 15:46:16 -05:00
LinuxNetLink.cpp Linux build fixes. 2020-11-16 11:11:52 -08:00
LinuxNetLink.hpp Linux build fixes. 2020-11-16 11:11:52 -08:00
MacDNSHelper.hpp clean up some debug logging 2020-08-12 09:16:18 -07:00
MacDNSHelper.mm Handle case where no old DNS servers exist 2021-04-21 13:49:55 +02:00
MacEthernetTap.cpp Some more changes for slow network leaving on Mac. 2020-11-02 14:00:35 -05:00
MacEthernetTap.hpp Some Mac feth tap changes to hopefully fix slow-leave problem. 2020-10-30 10:40:34 -04:00
MacEthernetTapAgent.c Do not inherit open file descriptors on fork() in MacEthernetTapAgent 2021-04-28 16:16:02 -04:00
MacEthernetTapAgent.h BSL date bump 2020-08-20 12:51:39 -07:00
MacKextEthernetTap.cpp BSL date bump 2020-08-20 12:51:39 -07:00
MacKextEthernetTap.hpp BSL date bump 2020-08-20 12:51:39 -07:00
ManagedRoute.cpp Remove dead code. 2020-11-16 13:51:27 -05:00
ManagedRoute.hpp Simplify and fix managed route logic. 2020-11-02 19:02:07 -05:00
NeighborDiscovery.cpp BSL date bump 2020-08-20 12:51:39 -07:00
NeighborDiscovery.hpp BSL date bump 2020-08-20 12:51:39 -07:00
NetBSDEthernetTap.cpp BSL date bump 2020-08-20 12:51:39 -07:00
NetBSDEthernetTap.hpp BSL date bump 2020-08-20 12:51:39 -07:00
OSUtils.cpp Merge pull request #1233 from dosuperuser/improvement/optimizations 2020-11-24 19:24:36 -05:00
OSUtils.hpp Get rid of obsolete musl libc fix. 2020-09-23 21:58:51 -04:00
Phy.hpp Some buffer tuning. 2020-11-17 15:34:42 -05:00
PortMapper.cpp BSL date bump 2020-08-20 12:51:39 -07:00
PortMapper.hpp BSL date bump 2020-08-20 12:51:39 -07:00
README.md docs 2015-03-31 14:12:33 -07:00
Thread.hpp BSL date bump 2020-08-20 12:51:39 -07:00
WinDNSHelper.cpp clean up some debug logging 2020-08-12 09:16:18 -07:00
WinDNSHelper.hpp Windows DNS 2020-08-11 18:55:42 -07:00
WindowsEthernetTap.cpp Automatically detect Ethernet tap friendly name in Windows shouldBind stuff. 2021-03-16 10:12:55 -04:00
WindowsEthernetTap.hpp Automatically detect Ethernet tap friendly name in Windows shouldBind stuff. 2021-03-16 10:12:55 -04:00

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.