diff options
author | Dimitri Staessens <dimitri@ouroboros.rocks> | 2020-12-20 18:45:27 +0100 |
---|---|---|
committer | Dimitri Staessens <dimitri@ouroboros.rocks> | 2020-12-20 18:45:27 +0100 |
commit | 4cd79265503f210de36f6393f885d5f1643afa22 (patch) | |
tree | 0f2792974d17876059f9d901c9b6f38c70c55da2 /content/en/blog/news | |
parent | 9b936a18fac5047abdd3c7e9332f140853b5f341 (diff) | |
download | website-4cd79265503f210de36f6393f885d5f1643afa22.tar.gz website-4cd79265503f210de36f6393f885d5f1643afa22.zip |
content: Fix blogpost on wireshark
Diffstat (limited to 'content/en/blog/news')
-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 |