From 150638b80e23a9f53e0b934086d4002a9ff18653 Mon Sep 17 00:00:00 2001 From: Jeff Becker Date: Thu, 25 Jan 2018 11:32:45 -0500 Subject: [PATCH] add explicit version 0 to more structures --- doc/proto_v0.txt | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/doc/proto_v0.txt b/doc/proto_v0.txt index 0b89cca1a..898d424f2 100644 --- a/doc/proto_v0.txt +++ b/doc/proto_v0.txt @@ -261,14 +261,16 @@ An address info (AI) defines a publically reachable ipv6 endpoint e: "<32 bytes public encryption key>", d: "", i: "<16 bytes big endian public ipv6 address>", - p: port_uint16 + p: port_uint16, + v: 0 } Exit Info (XI) { a: "<16 bytes big endian ipv6 address>", - b: "<16 bytes big endian ipv6 netmask>" + b: "<16 bytes big endian ipv6 netmask>", + v: 0 } router contact (RC)