====== Tips ====== ===== warning: failed to enable TCP Fast Open on xx.xx.xx.xx ===== TCP Fast Open(TFO)を有効化しようとした際に失敗してます TFOサーバーサイド機能はデフォルトで無効のため有効にする必要があります ==== TFOを有効化 ==== root権限で以下を実行: sysctl net.inet.tcp.fastopen.server_enable=1 永続化するには /etc/sysctl.conf に追記: net.inet.tcp.fastopen.server_enable=1