diff --git a/doc/design/p2p_protocol.mdwn b/doc/design/p2p_protocol.mdwn index ef4b406583..79003c03f8 100644 --- a/doc/design/p2p_protocol.mdwn +++ b/doc/design/p2p_protocol.mdwn @@ -3,7 +3,8 @@ communicate between peers. There's a common line-based serialization of the protocol, but other serializations are also possible. The line-based serialization is spoken -by [[git-annex-shell], and by git-annex over tor. +by [[git-annex-shell]], and by git-annex over tor. There is also +a translation of this protocol to a [[HTTP_API|p2p_protocol_over_http]]. One peer is known as the client, and is the peer that initiates the connection and sends commands. The other peer is known as the server, and