Merge "Authentication chunk support for DTLS over SCTP"

This commit is contained in:
Zuul 2024-06-10 21:45:30 +00:00 committed by Gerrit Code Review
commit 8e99b25f76

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