1
1
Fork 0
mirror of https://github.com/oxen-io/lokinet synced 2023-12-14 06:53:00 +01:00

don't use dtls

This commit is contained in:
Jeff Becker 2018-02-16 07:25:35 -05:00
parent e9c0046ec6
commit 43eb9778ae
No known key found for this signature in database
GPG key ID: F357B3B42F6F9B05

View file

@ -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