Please enable TCP fastopen on your storage nodes

There’s more discussion in Two new blueprints/design drafts seeking feedback: Replacing TLS with Noise and TCP_FASTOPEN if you want the details, but you should check net.ipv4.tcp_fastopen in your kernel. It should have the 0x2 bit set, (0x1 is default on), so most likely you should have the value of 3 there.

1 Like