Skip to content

Commit

Permalink
Documentation: add description for net.sctp.ecn_enable
Browse files Browse the repository at this point in the history
Describe it in networking/ip-sysctl.rst like other SCTP options.

Fixes: 2f5268a ("sctp: allow users to set netns ecn flag with sysctl")
Signed-off-by: Xin Long <lucien.xin@gmail.com>
Acked-by: Marcelo Ricardo Leitner <marcelo.leitner@gmail.com>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
  • Loading branch information
Xin Long authored and Jakub Kicinski committed Jun 11, 2022
1 parent e65775f commit 249edda
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions Documentation/networking/ip-sysctl.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2950,6 +2950,18 @@ intl_enable - BOOLEAN

Default: 0

ecn_enable - BOOLEAN
Control use of Explicit Congestion Notification (ECN) by SCTP.
Like in TCP, ECN is used only when both ends of the SCTP connection
indicate support for it. This feature is useful in avoiding losses
due to congestion by allowing supporting routers to signal congestion
before having to drop packets.

1: Enable ecn.
0: Disable ecn.

Default: 1


``/proc/sys/net/core/*``
========================
Expand Down

0 comments on commit 249edda

Please sign in to comment.