diff options
Diffstat (limited to 'content/en')
-rw-r--r-- | content/en/blog/news/20201219-congestion-avoidance.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/content/en/blog/news/20201219-congestion-avoidance.md b/content/en/blog/news/20201219-congestion-avoidance.md index 91053d9..e13fdba 100644 --- a/content/en/blog/news/20201219-congestion-avoidance.md +++ b/content/en/blog/news/20201219-congestion-avoidance.md @@ -81,7 +81,9 @@ accessible to some -- so, let's have a quick look. The Ouroboros network protocol has [5 fields](/docs/concepts/protocols/#network-protocol): -``` | DST | TTL | QOS | ECN | EID | ``` +``` +| DST | TTL | QOS | ECN | EID | +``` which we had to map to the Ethernet II protocol for our ipcpd-eth-dix implementation. The basic Ethernet II MAC (layer-2) header is pretty |