mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-04-21 22:46:54 +02:00
.
This commit is contained in:
parent
e07a019615
commit
d33f7d2bf5
1 changed files with 2 additions and 2 deletions
|
@ -206,8 +206,8 @@ static void handlePacket(const int sock,const InetAddress *const ip,Packet &pkt)
|
|||
pkt.append(origId);
|
||||
pkt.append(ts);
|
||||
pkt.append((uint8_t)ZT_PROTO_VERSION);
|
||||
pkt.append((uint16_t)1);
|
||||
pkt.append((uint16_t)9);
|
||||
pkt.append((uint8_t)1);
|
||||
pkt.append((uint8_t)9);
|
||||
pkt.append((uint16_t)0);
|
||||
ip->serialize(pkt);
|
||||
pkt.armor(peer->key,true);
|
||||
|
|
Loading…
Add table
Reference in a new issue