diff options
author | Dimitri Staessens <dimitri@ouroboros.rocks> | 2021-03-20 21:44:33 +0100 |
---|---|---|
committer | Dimitri Staessens <dimitri@ouroboros.rocks> | 2021-03-20 21:44:33 +0100 |
commit | b609e803f1b8e550bd3f4e4a0d91b29c47205609 (patch) | |
tree | 35bc336788aec6b3e753517027f50ccebf5219b8 /content | |
parent | 4d35a51048139a1d5f30aca5a1890efce9835d77 (diff) | |
download | website-b609e803f1b8e550bd3f4e4a0d91b29c47205609.tar.gz website-b609e803f1b8e550bd3f4e4a0d91b29c47205609.zip |
content: More fixes in blog post
Diffstat (limited to 'content')
-rw-r--r-- | content/en/blog/20210320-ouroboros-rina.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/content/en/blog/20210320-ouroboros-rina.md b/content/en/blog/20210320-ouroboros-rina.md index 5d0f98e..3653784 100644 --- a/content/en/blog/20210320-ouroboros-rina.md +++ b/content/en/blog/20210320-ouroboros-rina.md @@ -30,7 +30,7 @@ undoubtedly somewhat inaccurate -- recollections of how it went down, why Ouroboros exists, and how it's different from RINA. And a quick note here: Ouroboros _the network prototype_ has no -relation to Ouroborosm the _Proof-of-Stake protocol_ in the Cardano +relation to Ouroboros _the Proof-of-Stake protocol_ in the Cardano blockchain. That some of the Cardano guys are also interested in RINA doesn't help to ease any confusion. @@ -806,7 +806,7 @@ fragmentation in IP and only retransmit the bytes in that fragment. But the code was again speaking otherwise. It was basically telling us: TCP was independent of IP. But fragmentation should be in TCP, and IP should specify its maximum packet size. Anything else would result -in an untolerable mess. So that's how we split the _Flow and +in an intolerable mess. So that's how we split the _Flow and Retransmission Control Protocol_ (FRCP) and the _Data Transfer Protocol_ (DTP) in Ouroboros. The second nail in RINA's coffin. |