From e1517ef6f72c6dfce7ee5d8b6072a8bd19753c91 Mon Sep 17 00:00:00 2001 From: Zlatin Balevsky Date: Fri, 31 May 2019 15:50:43 +0100 Subject: [PATCH] update wire protocol --- doc/wire-protocol.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/wire-protocol.md b/doc/wire-protocol.md index 957c7dc5..9015bdd5 100644 --- a/doc/wire-protocol.md +++ b/doc/wire-protocol.md @@ -4,7 +4,7 @@ The MuWire protocol operates over a TCP-like streaming layer offered by the I2P ## Handshake -A connection begins with the word "MuWire" followed by a space and one of the following words: "leaf", "peer" or "results", depending on whether Alice is in a leaf, ultrapeer or responder role. This allows Bob to immediately drop the connection without allocating any more resources. +A connection begins with the word "MuWire" followed by a space and one of the following words: "leaf" o "peer", depending on whether Alice is in a leaf or ultrapeer. This allows Bob to immediately drop the connection without allocating any more resources. If Bob is an ultrapeer he responds to the handshake by either accepting it or rejecting it and optionally suggesting other ultrapeers to connect to.