Skip to content

Commit 249edda

Browse files
lxinkuba-moo
authored andcommitted
Documentation: add description for net.sctp.ecn_enable
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 <[email protected]> Acked-by: Marcelo Ricardo Leitner <[email protected]> Signed-off-by: Jakub Kicinski <[email protected]>
1 parent e65775f commit 249edda

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

Documentation/networking/ip-sysctl.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2950,6 +2950,18 @@ intl_enable - BOOLEAN
29502950

29512951
Default: 0
29522952

2953+
ecn_enable - BOOLEAN
2954+
Control use of Explicit Congestion Notification (ECN) by SCTP.
2955+
Like in TCP, ECN is used only when both ends of the SCTP connection
2956+
indicate support for it. This feature is useful in avoiding losses
2957+
due to congestion by allowing supporting routers to signal congestion
2958+
before having to drop packets.
2959+
2960+
1: Enable ecn.
2961+
0: Disable ecn.
2962+
2963+
Default: 1
2964+
29532965

29542966
``/proc/sys/net/core/*``
29552967
========================

0 commit comments

Comments
 (0)