diff --git a/doc/proto_v0.txt b/doc/proto_v0.txt index ddd42f937..8805585be 100644 --- a/doc/proto_v0.txt +++ b/doc/proto_v0.txt @@ -82,8 +82,8 @@ An address info (AI) defines a publically reachable endpoint { c: transport_rank_uint16, - e: "<32 bytes public encryption key>", d: "", + e: "<32 bytes public encryption key>", i: "", p: port_uint16, v: 0 @@ -93,13 +93,16 @@ example iwp address info: { c: 1, - e: "<32 bytes public encryption key>", d: "iwp", + e: "<32 bytes of 0x61>", i: "123.123.123.123", p: 1234, v: 0 } +bencoded form: + +d1:ci1e1:d3:iwp1:e32:aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa:d3:iwp1:i15:123.123.123.1231:pi1234e1:vi0ee Exit Info (XI)