Adam Ierymenko 139c4b5633 Significant simplification to path logic. 8 lat temu
..
Address.hpp 31db768e4d A bit of code cleanup. 9 lat temu
Array.hpp 4e4fd51117 boring doc stuff 10 lat temu
AtomicCounter.hpp 4931e44998 Implement "weak pointer" behavior on Topology Path canonicalization hash table. 9 lat temu
Buffer.hpp 2bf9145ae6 Outgoing side of packet counter for link quality reporting. Also some cleanup and a cluster mode build fix. 8 lat temu
C25519.cpp 38433e85bf More little stuff in crypto code. 11 lat temu
C25519.hpp 4e4fd51117 boring doc stuff 10 lat temu
Capability.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 lat temu
Capability.hpp eddbc7e757 Logic simplification, cleanup, and memory use improvements in Membership. Also fix an issue that may cause network instability in some cases. 8 lat temu
CertificateOfMembership.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 lat temu
CertificateOfMembership.hpp eddbc7e757 Logic simplification, cleanup, and memory use improvements in Membership. Also fix an issue that may cause network instability in some cases. 8 lat temu
CertificateOfOwnership.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 lat temu
CertificateOfOwnership.hpp eddbc7e757 Logic simplification, cleanup, and memory use improvements in Membership. Also fix an issue that may cause network instability in some cases. 8 lat temu
CertificateOfRepresentation.hpp eddbc7e757 Logic simplification, cleanup, and memory use improvements in Membership. Also fix an issue that may cause network instability in some cases. 8 lat temu
Cluster.cpp 91c9f4cb20 Fix TRACE and CLUSTER builds. 8 lat temu
Cluster.hpp 29ec7bf3a2 Add more specific check in source==self case instead of dumping it. 9 lat temu
Constants.hpp 139c4b5633 Significant simplification to path logic. 8 lat temu
Credential.hpp 8a62ba07e5 Membership cleanup work in progress. 8 lat temu
Dictionary.hpp c6a39ed927 Fixes for possible ARM issues, cleanup, fix for spurious meaningless exceptions on NETWORK_CONFIG_REQUEST 8 lat temu
Hashtable.hpp 8a2e8bd585 Rework how paths are set as remote cluster preferred. The code is now clearer and cluster preference indications are now very sticky as they should be. 9 lat temu
Identity.cpp 43182f8f57 Docs, code cleanup, and protect the extra new fields of HELLO with encryption as a precaution. 9 lat temu
Identity.hpp 7036831203 Sign Dictionary in doNETWORK_CONFIG_REQUEST. 9 lat temu
IncomingPacket.cpp 139c4b5633 Significant simplification to path logic. 8 lat temu
IncomingPacket.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 lat temu
InetAddress.cpp 6a50291aa2 Fix the case for InetAddress::containsAddress for IPv6 route of :: 9 lat temu
InetAddress.hpp 25f9c294dc Small bug fix and warning removal. 9 lat temu
MAC.hpp 4e4fd51117 boring doc stuff 10 lat temu
Membership.cpp eddbc7e757 Logic simplification, cleanup, and memory use improvements in Membership. Also fix an issue that may cause network instability in some cases. 8 lat temu
Membership.hpp 5ad120208f Small fix, should filter by temporal validity. 8 lat temu
MulticastGroup.hpp dbf3e6c3c9 Dead code removal. 9 lat temu
Multicaster.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 lat temu
Multicaster.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 lat temu
Mutex.hpp 4e4fd51117 boring doc stuff 10 lat temu
Network.cpp 88a4a3b1ba Pass tptr on leave. 8 lat temu
Network.hpp 88a4a3b1ba Pass tptr on leave. 8 lat temu
NetworkConfig.cpp 10185e92fa Certificate of ownership -- used to secure against IP address spoofing, especially for IPv4 and regular IPv6. 8 lat temu
NetworkConfig.hpp 10185e92fa Certificate of ownership -- used to secure against IP address spoofing, especially for IPv4 and regular IPv6. 8 lat temu
NetworkController.hpp 5e6a4e5f5e Send revocations automatically on deauth for instant kill, also fix some issues with the RP. 8 lat temu
Node.cpp 139c4b5633 Significant simplification to path logic. 8 lat temu
Node.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 lat temu
NonCopyable.hpp 4e4fd51117 boring doc stuff 10 lat temu
OutboundMulticast.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 lat temu
OutboundMulticast.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 lat temu
Packet.cpp 78ef2c5f16 Windows build fixes, app about text revisions. 8 lat temu
Packet.hpp e10325e133 GitHub issue #461 -- plus a bit of cleanup and optimization 8 lat temu
Path.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 lat temu
Path.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 lat temu
Peer.cpp 139c4b5633 Significant simplification to path logic. 8 lat temu
Peer.hpp 139c4b5633 Significant simplification to path logic. 8 lat temu
Poly1305.cpp c952fbbd8d Only enable 128-bit Poly1305 on X86_64 right now. Has compilation issues on ARM, but the 64-bit version should be fine. 10 lat temu
Poly1305.hpp 4e4fd51117 boring doc stuff 10 lat temu
README.md 8a2ff0b31e Actual documentation. 9 lat temu
Revocation.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 lat temu
Revocation.hpp eddbc7e757 Logic simplification, cleanup, and memory use improvements in Membership. Also fix an issue that may cause network instability in some cases. 8 lat temu
RuntimeEnvironment.hpp 98152d974a More cleanup and removal of DeferredPackets, will do the latter in a more elegant way. 9 lat temu
SHA512.cpp 4e4fd51117 boring doc stuff 10 lat temu
SHA512.hpp 4e4fd51117 boring doc stuff 10 lat temu
Salsa20.cpp 43182f8f57 Docs, code cleanup, and protect the extra new fields of HELLO with encryption as a precaution. 9 lat temu
Salsa20.hpp 43182f8f57 Docs, code cleanup, and protect the extra new fields of HELLO with encryption as a precaution. 9 lat temu
SelfAwareness.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 lat temu
SelfAwareness.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 lat temu
SharedPtr.hpp 4931e44998 Implement "weak pointer" behavior on Topology Path canonicalization hash table. 9 lat temu
Switch.cpp 91c9f4cb20 Fix TRACE and CLUSTER builds. 8 lat temu
Switch.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 lat temu
Tag.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 lat temu
Tag.hpp eddbc7e757 Logic simplification, cleanup, and memory use improvements in Membership. Also fix an issue that may cause network instability in some cases. 8 lat temu
Topology.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 lat temu
Topology.hpp 139c4b5633 Significant simplification to path logic. 8 lat temu
Utils.cpp 42f28bce52 Cleanup and make moons (federated roots) a little easier to deal with. 9 lat temu
Utils.hpp 1d39be61b2 ZeroTier now has link quality measurement. We are not using this yet but decided to put it in to prep for future QoS support and SD-WAN stuff. 8 lat temu
World.hpp 4b11566505 Integrate moon concept into http config bus, and clean up that code quite a bit. 8 lat temu

README.md

ZeroTier Network Hypervisor Core

This directory contains the real ZeroTier: a completely OS-independent global virtual Ethernet switch engine. This is where the magic happens.

Give it wire packets and it gives you Ethernet packets, and vice versa. The core contains absolutely no actual I/O, port configuration, or other OS-specific code (except Utils::getSecureRandom()). It provides a simple C API via /include/ZeroTierOne.h. It's designed to be small and maximally portable for future use on small embedded and special purpose systems.

Code in here follows these guidelines:

  • Keep it minimal, especially in terms of code footprint and memory use.
  • There should be no OS-dependent code here unless absolutely necessary (e.g. getSecureRandom).
  • If it's not part of the core virtual Ethernet switch it does not belong here.
  • No C++11 or C++14 since older and embedded compilers don't support it yet and this should be maximally portable.
  • Minimize the use of complex C++ features since at some point we might end up "minus-minus'ing" this code if doing so proves necessary to port to tiny embedded systems.