diff options
Diffstat (limited to 'doc/man')
-rw-r--r-- | doc/man/ouroboros.8 | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/doc/man/ouroboros.8 b/doc/man/ouroboros.8 index 5a09df8d..adb652bf 100644 --- a/doc/man/ouroboros.8 +++ b/doc/man/ouroboros.8 @@ -2,7 +2,7 @@ .\" Dimitri Staessens <dimitri.staessens@ugent.be> .\" Sander Vrijders <sander.vrijders@ugent.be> -.TH OUROBOROS 8 2018-03-10 Ouroboros "Ouroboros User Manual" +.TH OUROBOROS 8 2020-11-29 Ouroboros "Ouroboros User Manual" .SH NAME @@ -258,6 +258,17 @@ ecmp: equal-cost multipath routing. .br default: link_state. .PP +[congestion \fIpolicy\fR] specifies the congestion avoidance policy. +.br +\fIpolicy\fR: +.RS 4 +none: no congestion avoidance. +.br +mb-ecn: Multi-bit explicit congestion notification and avoidance. +.RE +.br +default: mb-ecn. +.PP [hash \fIpolicy\fR] specifies the hash function used for the directory. .br \fIpolicy\fR: SHA3_224, SHA3_256, SHA3_384, SHA3_512. |