Home
last modified time | relevance | path

Searched refs:ZT_PROTO_VERSION (Results 1 – 4 of 4) sorted by relevance

/dports/net/zerotier/ZeroTierOne-1.8.3/node/
H A DPeer.cpp384 outp.append((unsigned char)ZT_PROTO_VERSION); in sendHELLO()
462 _localMultipathSupported = ((numAlivePaths >= 1) && (RR->bc->inUse()) && (ZT_PROTO_VERSION > 9)); in performMultipathStateCheck()
H A DPacket.hpp65 #define ZT_PROTO_VERSION 12 macro
H A DNetwork.cpp1185 rmd.add(ZT_NETWORKCONFIG_REQUEST_METADATA_KEY_PROTOCOL_VERSION,(uint64_t)ZT_PROTO_VERSION); in requestConfiguration()
H A DIncomingPacket.cpp391 outp.append((unsigned char)ZT_PROTO_VERSION); in _doHELLO()