v2ray是否支持Windows的TFO? #1583
-
v2ray是否支持Windows的TFO(TCP快速打开)? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
支持 |
Beta Was this translation helpful? Give feedback.
-
Actually, TFO not useful in this time. |
Beta Was this translation helpful? Give feedback.
-
On Windows, V2Ray can create TCP listeners with TFO enabled. Outgoing TCP connections won't be able to take advantage of TFO because you have to call |
Beta Was this translation helpful? Give feedback.
On Windows, V2Ray can create TCP listeners with TFO enabled. Outgoing TCP connections won't be able to take advantage of TFO because you have to call
CONNECTEX()
with specific parameters. I implemented TFO transparently for most platforms indatabase64128/tfo-go
. It's possible to make changes to V2Ray to usetfo-go
to fully support TFO.