diff options
author | Dimitri Staessens <dimitri@ouroboros.rocks> | 2020-01-16 19:36:33 +0100 |
---|---|---|
committer | Dimitri Staessens <dimitri@ouroboros.rocks> | 2020-01-16 19:36:33 +0100 |
commit | d3fc1fccf000f86e81d93c60d5dca28f3163c0ed (patch) | |
tree | 4025872576abb3a5e99d3baac353d4bf6c78a350 /content/en | |
parent | 8dd25ed7abffb8de7b796372f41909afd595e9b8 (diff) | |
download | website-d3fc1fccf000f86e81d93c60d5dca28f3163c0ed.tar.gz website-d3fc1fccf000f86e81d93c60d5dca28f3163c0ed.zip |
content: Fix broken link to Delta-t
Diffstat (limited to 'content/en')
-rw-r--r-- | content/en/docs/Concepts/protocols.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/en/docs/Concepts/protocols.md b/content/en/docs/Concepts/protocols.md index f5d1925..50d6551 100644 --- a/content/en/docs/Concepts/protocols.md +++ b/content/en/docs/Concepts/protocols.md @@ -115,7 +115,7 @@ Control Protocol_, FRCP) has only 4 fields: # Operation The operation of the transport protocol is based on the [Delta-t -protocol]((https://www.osti.gov/biblio/5542785-delta-protocol-specification-working-draft)), +protocol](https://www.osti.gov/biblio/5542785-delta-protocol-specification-working-draft), which is a timer-based protocol that is a bit simpler in operation than the equivalent functionalities in TCP. In contrast with TCP/IP, Ouroboros does congestion control purely in the network protocol, and |