Authentication chunk support for DTLS over SCTP

To get SCTP working usually it needs the module to be loaded into the kernel, and also for some
app protocols (such as DTLS), needed to enable auth chunk support too. The SCTP module is already
loaded as part of this MR https://review.opendev.org/c/starlingx/utilities/+/889325/11/utilities/stx-extensions/files/modules-load-sctp.conf.
This commit addresses the requirement of auth chuck support for DTLS over SCTP.

Change-Id: I1a8fb2adbcb6589984ac10a050a6df0a7a3e3613
This commit is contained in:
Sabyasachi Nayak 2023-10-12 03:09:04 -04:00
parent dae78f1f9e
commit 14d37e4543
1 changed files with 6 additions and 0 deletions

View File

@ -15,3 +15,9 @@ net.sctp.sndbuf_policy=1
# same receive buffer space. When set to 1, each association will have its own
# receive buffer space.
net.sctp.rcvbuf_policy=1
# To get SCTP working usually needs the module to be loaded into the kernel, and
# also for some app protocols (such as DTLS) you will need to enable auth chunk
# support too. To enable auth chunks
net.sctp.auth_enable=1