Skip to content

Commit

Permalink
Merge pull request #77 from KaranveerB/fix-typo
Browse files Browse the repository at this point in the history
Fix typo in RPC
  • Loading branch information
drbruced12 committed Jun 16, 2024
2 parents fc285b5 + d518952 commit 4a2f475
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/rpc.rst
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ that networks are not perfect channels. Two such functions are:
- Support large message sizes through fragmentation and reassembly

An RPC protocol might “define this problem away” by choosing to run on
top of a reliable protocol like TCP, but in many cases, the RCP protocol
top of a reliable protocol like TCP, but in many cases, the RPC protocol
implements its own reliable message delivery layer on top of an
unreliable substrate (e.g., UDP/IP). Such an RPC protocol would likely
implement reliability using acknowledgments and timeouts, similarly to
Expand Down

0 comments on commit 4a2f475

Please sign in to comment.