Skip to content
This repository has been archived by the owner on Jun 23, 2021. It is now read-only.

Commit

Permalink
Update node-to-node-ipc-overview.md
Browse files Browse the repository at this point in the history
  • Loading branch information
fsancheziohk committed Mar 2, 2021
1 parent 4ddc158 commit 76230f8
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -20,5 +20,5 @@ A brief explanation of the NtN mini-protocols:

* chain-sync: a protocol that allows a node to reconstruct a chain of an upstream node
* block-fetch: a protocol that allows a node to download block bodies from various peers
* tx-submission: a protocol that allows submission of transactions.The implementation of this protocol is based on a generic mini protocol framework, with one peculiarity: the roles of the initiator and the responder are reversed. The Server is the initiator that asks for new transactions, and the Client is the responder that replies with the transactions. This role reversal was designed thus for technical reasons.
* tx-submission: a protocol that allows submission of transactions.The implementation of this protocol is based on a generic mini protocol framework, with one peculiarity: the roles of the initiator and the responder are reversed. The *Server* is the initiator that asks for new transactions, and the *Client* is the responder that replies with the transactions. This role reversal was designed thus for technical reasons.

0 comments on commit 76230f8

Please sign in to comment.