Please enable TCP fastopen on your storage nodes

Just a heads up that as of v1.89.x, storage nodes will support TCP_FASTOPEN on Windows and FreeBSD in addition to Linux.

Windows users (who aren’t running a storage node through WSL) shouldn’t need to do anything other than make sure they are running a recent build of Windows 10. (https://review.dev.storj.io/c/storj/storj/+/11221)

FreeBSD users may need to do a step (https://review.dev.storj.io/c/storj/storj/+/11241):

  • enable with: sysctl net.inet.tcp.fastopen.server_enable=1
  • enable on-boot by setting net.inet.tcp.fastopen.server_enable=1 in /etc/sysctl.conf
4 Likes