This commit is contained in:
Joey Hess 2024-07-29 11:43:30 -04:00
parent f3b207a4b9
commit 5f5c29fbe7
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38

View file

@ -3,7 +3,8 @@ communicate between peers.
There's a common line-based serialization of the protocol, but other There's a common line-based serialization of the protocol, but other
serializations are also possible. The line-based serialization is spoken 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 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 connection and sends commands. The other peer is known as the server, and