分别在 vmess 和 trojan 上开启了 TFO,vmess 成功了,trojan 返回了失败提示,如下:
Attempted to use TCP Fast Open but failed (tfo_syn_data_sent)
不知道应该如何debug。
我在 trojan 里的配置是:
  "tcp": {
        "no_delay": true,
        "keep_alive": true,
        "reuse_port": true,
        "fast_open": true,
        "fast_open_qlen": 20
      },