Testsuite: testcase for empty-var followed by expansion-op
[exim.git] / test / scripts / 4058-pipe-conn-tfo / 4058
index 5f0257810c288a99d3e9b6da4970a3aa351c07c6..999cfad4a65c01e4801cdf776cf9498cc349c095 100644 (file)
@@ -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");
 ****
 #