From 43eb9778ae518b304ac8345c08db534411f54fb3 Mon Sep 17 00:00:00 2001 From: Jeff Becker Date: Fri, 16 Feb 2018 07:25:35 -0500 Subject: [PATCH] don't use dtls --- doc/proto_v0.txt | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/doc/proto_v0.txt b/doc/proto_v0.txt index 4f1a1a6c0..ddd42f937 100644 --- a/doc/proto_v0.txt +++ b/doc/proto_v0.txt @@ -55,7 +55,9 @@ RAND(n) is n random bytes --- -wire protocol: dtls +wire protocol + +see iwp-v0.txt --- @@ -87,12 +89,12 @@ An address info (AI) defines a publically reachable endpoint v: 0 } -example dtls address info: +example iwp address info: { c: 1, e: "<32 bytes public encryption key>", - d: "dtls", + d: "iwp", i: "123.123.123.123", p: 1234, v: 0