Skip to content

Commit e65775f

Browse files
lxinkuba-moo
authored andcommitted
Documentation: add description for net.sctp.intl_enable
Describe it in networking/ip-sysctl.rst like other SCTP options. We need to document this especially as when using the feature of User Message Interleaving, some socket options also needs to be set. Fixes: 463118c ("sctp: support sysctl to allow users to use stream interleave") Signed-off-by: Xin Long <[email protected]> Acked-by: Marcelo Ricardo Leitner <[email protected]> Signed-off-by: Jakub Kicinski <[email protected]>
1 parent c349ae5 commit e65775f

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

Documentation/networking/ip-sysctl.rst

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2936,6 +2936,20 @@ reconf_enable - BOOLEAN
29362936

29372937
Default: 0
29382938

2939+
intl_enable - BOOLEAN
2940+
Enable or disable extension of User Message Interleaving functionality
2941+
specified in RFC8260. This extension allows the interleaving of user
2942+
messages sent on different streams. With this feature enabled, I-DATA
2943+
chunk will replace DATA chunk to carry user messages if also supported
2944+
by the peer. Note that to use this feature, one needs to set this option
2945+
to 1 and also needs to set socket options SCTP_FRAGMENT_INTERLEAVE to 2
2946+
and SCTP_INTERLEAVING_SUPPORTED to 1.
2947+
2948+
- 1: Enable extension.
2949+
- 0: Disable extension.
2950+
2951+
Default: 0
2952+
29392953

29402954
``/proc/sys/net/core/*``
29412955
========================

0 commit comments

Comments
 (0)