net: sctp: convert sctp_checksum_disable module param into sctp sysctl
Get rid of the last module parameter for SCTP and make this configurable via sysctl for SCTP like all the rest of SCTP's configuration knobs. Signed-off-by: Daniel Borkmann <dborkman@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:

committed by
David S. Miller

parent
2690048c01
commit
cda5f98e36
@@ -1507,6 +1507,14 @@ sack_timeout - INTEGER
|
||||
|
||||
Default: 200
|
||||
|
||||
checksum_disable - BOOLEAN
|
||||
Disable SCTP checksum computing and verification for debugging purpose.
|
||||
|
||||
1: Disable checksumming
|
||||
0: Enable checksumming
|
||||
|
||||
Default: 0
|
||||
|
||||
valid_cookie_life - INTEGER
|
||||
The default lifetime of the SCTP cookie (in milliseconds). The cookie
|
||||
is used during association establishment.
|
||||
|
Reference in New Issue
Block a user