Merge "Authentication chunk support for DTLS over SCTP"
This commit is contained in:
commit
8e99b25f76
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user