diff options
author | David S. Miller <davem@davemloft.net> | 2013-08-09 13:09:41 -0700 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2013-08-09 13:09:41 -0700 |
commit | 71acc0ddd499cc323199fb1ae350ce9ea0744352 (patch) | |
tree | 496bb919783bb8a89302774be8c1f7a798b364ec /Documentation/networking | |
parent | 477143e3fece3dc12629bb1ebd7b47e8e6e72b2b (diff) | |
download | blackbird-op-linux-71acc0ddd499cc323199fb1ae350ce9ea0744352.tar.gz blackbird-op-linux-71acc0ddd499cc323199fb1ae350ce9ea0744352.zip |
Revert "net: sctp: convert sctp_checksum_disable module param into sctp sysctl"
This reverts commit cda5f98e36576596b9230483ec52bff3cc97eb21.
As per Vlad's request.
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, 0 insertions, 8 deletions
diff --git a/Documentation/networking/ip-sysctl.txt b/Documentation/networking/ip-sysctl.txt index 1b27b0b8687f..36be26b2ef7a 100644 --- a/Documentation/networking/ip-sysctl.txt +++ b/Documentation/networking/ip-sysctl.txt @@ -1507,14 +1507,6 @@ 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. |