diff options
author | Jason Baron <jbaron@akamai.com> | 2019-05-29 19:34:01 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2019-05-30 23:41:26 +0300 |
commit | 10fbcdd12aa24fdb4b357a39abc03686d15f04fd (patch) | |
tree | 0d30a02c064add3df6acf89bfda325e2eff610bf /tools/testing/selftests/net/.gitignore | |
parent | 2dc7e48dee68219dd8921824473306036ea45152 (diff) | |
download | linux-10fbcdd12aa24fdb4b357a39abc03686d15f04fd.tar.xz |
selftests/net: add TFO key rotation selftest
Demonstrate how the primary and backup TFO keys can be rotated while
minimizing the number of client cookies that are rejected.
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 'tools/testing/selftests/net/.gitignore')
-rw-r--r-- | tools/testing/selftests/net/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/testing/selftests/net/.gitignore b/tools/testing/selftests/net/.gitignore index 99a4e41d5249..4ce0bc1612f5 100644 --- a/tools/testing/selftests/net/.gitignore +++ b/tools/testing/selftests/net/.gitignore @@ -20,3 +20,4 @@ ip_defrag so_txtime flowlabel flowlabel_mgr +tcp_fastopen_backup_key |