summaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
authorJason Baron2019-05-29 18:33:59 +0200
committerDavid S. Miller2019-05-30 22:41:26 +0200
commitaa1236cdfa898dc4d41cdae8e69d401a2cc7f7f5 (patch)
tree86921bada63eabf265c6006afa99b942ff26d6db /Documentation
parenttcp: add support to TCP_FASTOPEN_KEY for optional backup key (diff)
downloadkernel-qcow2-linux-aa1236cdfa898dc4d41cdae8e69d401a2cc7f7f5.tar.gz
kernel-qcow2-linux-aa1236cdfa898dc4d41cdae8e69d401a2cc7f7f5.tar.xz
kernel-qcow2-linux-aa1236cdfa898dc4d41cdae8e69d401a2cc7f7f5.zip
tcp: add support for optional TFO backup key to net.ipv4.tcp_fastopen_key
Add the ability to add a backup TFO key as: # echo "x-x-x-x,x-x-x-x" > /proc/sys/net/ipv4/tcp_fastopen_key The key before the comma acks as the primary TFO key and the key after the comma is the backup TFO key. This change is intended to be backwards compatible since if only one key is set, userspace will simply read back that single key as follows: # echo "x-x-x-x" > /proc/sys/net/ipv4/tcp_fastopen_key # cat /proc/sys/net/ipv4/tcp_fastopen_key x-x-x-x Signed-off-by: Jason Baron <jbaron@akamai.com> Signed-off-by: Christoph Paasch <cpaasch@apple.com> Acked-by: Yuchung Cheng <ycheng@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'Documentation')
0 files changed, 0 insertions, 0 deletions