ユーザ用ツール

サイト用ツール


serverapps:dns:knotdns:tips

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
serverapps/dns/knotdns/tips.txt · 最終更新: 2025/04/18 10:41 by admin