Skip to content

Commit

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

Fixes: c0d8bab ("sctp: add get and set sockopt for reconf_enable")
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 145684d commit c349ae5
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions Documentation/networking/ip-sysctl.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2925,6 +2925,17 @@ plpmtud_probe_interval - INTEGER

Default: 0

reconf_enable - BOOLEAN
Enable or disable extension of Stream Reconfiguration functionality
specified in RFC6525. This extension provides the ability to "reset"
a stream, and it includes the Parameters of "Outgoing/Incoming SSN
Reset", "SSN/TSN Reset" and "Add Outgoing/Incoming Streams".

- 1: Enable extension.
- 0: Disable extension.

Default: 0


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

0 comments on commit c349ae5

Please sign in to comment.