diff options
author | Daniel Borkmann <dborkman@redhat.com> | 2013-08-06 15:18:12 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2013-08-09 14:33:02 -0400 |
commit | cda5f98e36576596b9230483ec52bff3cc97eb21 (patch) | |
tree | b828a60d8b6000704d91e35d10247f322a8d3ef8 /Documentation/networking | |
parent | 2690048c01f32bf45d1c1e1ab3079bc10ad2aea7 (diff) |
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>
Diffstat (limited to 'Documentation/networking')
-rw-r--r-- | Documentation/networking/ip-sysctl.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Documentation/networking/ip-sysctl.txt b/Documentation/networking/ip-sysctl.txt index 36be26b2ef7a..1b27b0b8687f 100644 --- a/Documentation/networking/ip-sysctl.txt +++ b/Documentation/networking/ip-sysctl.txt | |||
@@ -1507,6 +1507,14 @@ sack_timeout - INTEGER | |||
1507 | 1507 | ||
1508 | Default: 200 | 1508 | Default: 200 |
1509 | 1509 | ||
1510 | checksum_disable - BOOLEAN | ||
1511 | Disable SCTP checksum computing and verification for debugging purpose. | ||
1512 | |||
1513 | 1: Disable checksumming | ||
1514 | 0: Enable checksumming | ||
1515 | |||
1516 | Default: 0 | ||
1517 | |||
1510 | valid_cookie_life - INTEGER | 1518 | valid_cookie_life - INTEGER |
1511 | The default lifetime of the SCTP cookie (in milliseconds). The cookie | 1519 | The default lifetime of the SCTP cookie (in milliseconds). The cookie |
1512 | is used during association establishment. | 1520 | is used during association establishment. |