X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/2d58d8154ade6dd9b1cd8d01450ac0b7b53ab62a..6d179d5ef22fcdfc4802db3fbb37f88190186367:/test/scripts/4058-pipe-conn-tfo/4058 diff --git a/test/scripts/4058-pipe-conn-tfo/4058 b/test/scripts/4058-pipe-conn-tfo/4058 index 5f0257810..999cfad4a 100644 --- a/test/scripts/4058-pipe-conn-tfo/4058 +++ b/test/scripts/4058-pipe-conn-tfo/4058 @@ -1,12 +1,15 @@ # Early-pipelining, with TFO # +# NOTE: ensure that TFO is fully enabled in the kernel. +# For linux: sysctl net.ipv4.tcp_fastopen=3 +# # # Packet delays so we can see TFO operational in packet captures # Wipe any stored TFO cookie, to start from known state. # Disable TFO blackhole-detection as we seem to be running afoul of that sudo perl system ("tc qdisc add dev lo root netem delay 50ms"); -system ("ip tcp_metrics delete 127.0.0.1"); +system ("ip tcp_metrics delete HOSTIPV4"); system ("[ -e /proc/sys/net/ipv4/tcp_fastopen_blackhole_timeout_sec ] && echo 0 > /proc/sys/net/ipv4/tcp_fastopen_blackhole_timeout_sec"); **** #