pdisc: fix exchange of peer names

Signed-off-by: Steffen Vogel <post@steffenvogel.de>
This commit is contained in:
Steffen Vogel
2022-10-01 22:44:13 +02:00
parent 5801aaace1
commit ffc1454841
9 changed files with 87 additions and 65 deletions

View File

@@ -16,7 +16,7 @@ message PeerDescription {
PeerDescriptionChange change = 1;
// Hostname of the node
string hostname = 2;
string name = 2;
// Public WireGuard Curve25519 key
bytes public_key = 3;