aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/networking/ip-sysctl.txt
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/networking/ip-sysctl.txt')
-rw-r--r--Documentation/networking/ip-sysctl.txt14
1 files changed, 14 insertions, 0 deletions
diff --git a/Documentation/networking/ip-sysctl.txt b/Documentation/networking/ip-sysctl.txt
index c7fc10724948..98ac0d7552a1 100644
--- a/Documentation/networking/ip-sysctl.txt
+++ b/Documentation/networking/ip-sysctl.txt
@@ -1514,6 +1514,20 @@ cookie_preserve_enable - BOOLEAN
1514 1514
1515 Default: 1 1515 Default: 1
1516 1516
1517cookie_hmac_alg - STRING
1518 Select the hmac algorithm used when generating the cookie value sent by
1519 a listening sctp socket to a connecting client in the INIT-ACK chunk.
1520 Valid values are:
1521 * md5
1522 * sha1
1523 * none
1524 Ability to assign md5 or sha1 as the selected alg is predicated on the
1525 configuarion of those algorithms at build time (CONFIG_CRYPTO_MD5 and
1526 CONFIG_CRYPTO_SHA1).
1527
1528 Default: Dependent on configuration. MD5 if available, else SHA1 if
1529 available, else none.
1530
1517rcvbuf_policy - INTEGER 1531rcvbuf_policy - INTEGER
1518 Determines if the receive buffer is attributed to the socket or to 1532 Determines if the receive buffer is attributed to the socket or to
1519 association. SCTP supports the capability to create multiple 1533 association. SCTP supports the capability to create multiple