diff options
author | Dimitri Staessens <dimitri@ouroboros.rocks> | 2020-01-17 17:46:35 +0100 |
---|---|---|
committer | Dimitri Staessens <dimitri@ouroboros.rocks> | 2020-01-17 17:46:35 +0100 |
commit | 718e8668ca21780eb7a944d37793fa4b9f75359f (patch) | |
tree | 998ffa4750146facc9bd4121b97455f6f2c86d34 /content | |
parent | 760d148adbce24f42cbaff34a0794aef900d7d6d (diff) | |
download | website-718e8668ca21780eb7a944d37793fa4b9f75359f.tar.gz website-718e8668ca21780eb7a944d37793fa4b9f75359f.zip |
content: Fix footnotes in FA section
Diffstat (limited to 'content')
-rw-r--r-- | content/en/docs/Concepts/fa.md | 20 |
1 files changed, 6 insertions, 14 deletions
diff --git a/content/en/docs/Concepts/fa.md b/content/en/docs/Concepts/fa.md index 7e94d1c..e9eb9dd 100644 --- a/content/en/docs/Concepts/fa.md +++ b/content/en/docs/Concepts/fa.md @@ -198,24 +198,16 @@ The translation of the header is an O(1) lookup on the send side, and a nop on the receiver side (since FD == EID and it's passed in the packet). -[^1]: This concept is also present in RINA, but there are -differences. This only applies to Ouroboros. +[^1]: This concept is also present in RINA, but there are differences. This only applies to Ouroboros. -[^2]: This is a recursive network, adjancencies in layer N are -implemented as flows in layer N - 1. +[^2]: This is a recursive network, adjancencies in layer N are implemented as flows in layer N - 1. -[^3]: If there is one DT, it is what is usually considered a "flat" -address. More complex addressing schemes are accomplished by having -more of these DT components inside one IPCP. But this would lead us -too far. +[^3]: If there is one DT, it is what is usually considered a "flat" address. More complex addressing schemes are accomplished by having more of these DT components inside one IPCP. But this would lead us too far. [^4]: I will explain QoS in a different post. -[^5]: In full: -d19778d2e34a1e3ddfc04b48c94152cced725d741756b131543616d20f250f31. +[^5]: In full: d19778d2e34a1e3ddfc04b48c94152cced725d741756b131543616d20f250f31. -[^6]: Note that the _flow\_alloc()_ call __1__ is currently -blocking. Asynchronous allocation implementation is on the TODO list. +[^6]: Note that the _flow\_alloc()_ call __1__ is currently blocking. Asynchronous allocation implementation is on the TODO list. -[^7]: All this mapping of fd's is done by the library that is used by -all Ouroboros programs.
\ No newline at end of file +[^7]: All this mapping of fd's is done by the library that is used by all Ouroboros programs.
\ No newline at end of file |