ZeroTierOne/osdep
2024-07-03 08:49:07 -07: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 Fix primary port binding issue in 1.12 (#2107) 2023-08-25 12:51:33 -04:00
BlockingQueue.hpp central controller metrics & request path updates (#2012) 2023-05-23 12:11:26 -07:00
BSDEthernetTap.cpp Add multi-core concurrent packet processing 2024-02-23 09:57:39 -08:00
BSDEthernetTap.hpp Add multi-core concurrent packet processing 2024-02-23 09:57:39 -08:00
EthernetTap.cpp Fix build for macOS, tune to prevent packet re-ordering 2024-07-03 08:49:07 -07:00
EthernetTap.hpp Add multi-core concurrent packet processing 2024-02-23 09:57:39 -08: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 Use lowercase when including Windows headers 2021-12-29 16:29:08 -05:00
LinuxEthernetTap.cpp Fix build for macOS, tune to prevent packet re-ordering 2024-07-03 08:49:07 -07:00
LinuxEthernetTap.hpp Add multi-core concurrent packet processing 2024-02-23 09:57:39 -08:00
LinuxNetLink.cpp Fix typos (#2075) 2023-08-01 08:53:55 -07:00
LinuxNetLink.hpp Linux build fixes. 2020-11-16 11:11:52 -08:00
MacDNSHelper.hpp Fix network DNS on macOS 2023-07-27 14:26:36 -07:00
MacDNSHelper.mm fix macos default route again 2023-08-14 17:06:05 -07:00
MacEthernetTap.cpp Fix build for macOS, tune to prevent packet re-ordering 2024-07-03 08:49:07 -07:00
MacEthernetTap.hpp Fix build for macOS, tune to prevent packet re-ordering 2024-07-03 08:49:07 -07:00
MacEthernetTapAgent.c Add multi-core concurrent packet processing 2024-02-23 09:57:39 -08:00
MacEthernetTapAgent.h BSL date bump 2020-08-20 12:51:39 -07:00
MacKextEthernetTap.cpp Fix build for macOS, tune to prevent packet re-ordering 2024-07-03 08:49:07 -07:00
MacKextEthernetTap.hpp Fix build for macOS, tune to prevent packet re-ordering 2024-07-03 08:49:07 -07:00
ManagedRoute.cpp More reliable full tunnel on macOs 2023-09-08 12:19:08 -07: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 Network-metrics (#1994) 2023-05-03 13:43:45 -07:00
OSUtils.hpp Network-metrics (#1994) 2023-05-03 13:43:45 -07:00
Phy.hpp Implement recvmmsg() for Linux to reduce syscalls. (#2046) 2023-07-20 11:36:37 -04:00
PortMapper.cpp Comment out PortMapper debug 2023-08-14 17:06:05 -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 Use lowercase when including Windows headers 2021-12-29 16:29:08 -05: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 Windows arm64 (#2099) 2023-08-17 12:48:48 -04:00
WindowsEthernetTap.hpp cache getifaddrs - windows 2023-05-25 11:21:35 -07:00
WinFWHelper.cpp enable ICMP in windows firewall 2022-12-21 15:38:46 -08:00
WinFWHelper.hpp enable ICMP in windows firewall 2022-12-21 15:38:46 -08: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.