We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
客户端和服务端版本都是25.5.16,服务器上抓包看SYN请求里有tfo.request但是SYN-ACK里并没有tfo.cookie。/proc/net/netstat里TCPFastOpenPassive也是0 客户端:/proc/sys/net/ipv4/tcp_fastopen : 1 服务器:net.ipv4.tcp_fastopen = 3
tfo.request
tfo.cookie
/proc/net/netstat
TCPFastOpenPassive
/proc/sys/net/ipv4/tcp_fastopen : 1
net.ipv4.tcp_fastopen = 3
xhttp auto + reality, 两端都开启tcp fastopen,观察服务器响应包是否包含tfo cookie
{ "log": {}, "routing": {}, "inbounds": [], "outbounds": [ { "protocol": "vless", "settings": { "vnext": [ { "address": "", "port": 443, "users": [ { "id": "", "encryption": "none" } ] } ] }, "streamSettings": { "network": "xhttp", "security": "reality", "realitySettings": { "show": false, "fingerprint": "chrome", "serverName": "", "publicKey": "", "shortId": "" }, "xhttpSettings": { "path": "/", "mode": "auto" }, "sockopt": { "tcpFastOpen": true } } } ] }
{ "log": {}, "routing": {}, "inbounds": [ { "tag": "in", "listen": "/dev/shm/xray.socket", "port": 8000, "protocol": "vless", "settings": { "clients": [ { "id": "" } ], "decryption": "none" }, "streamSettings": { "network": "xhttp", "security": "reality", "realitySettings": { "show": false, "dest": "", "serverNames": [ "" ], "xver": 1, "privateKey": "", "shortIds": [ "" ] }, "xhttpSettings": { "path": "/", "mode": "auto" }, "sockopt": { "tcpFastOpen": true } }, "sniffing": { "enabled": false } } ], "outbounds": [] }
N/A
2025/05/19 11:31:44.210420 [Debug] app/log: Logger started 2025/05/19 11:31:44.273562 [Info] app/dns: DNS: created localhost client 2025/05/19 11:31:44.291042 [Debug] app/router: MphDomainMatcher is enabled for 1 domain rule(s) 2025/05/19 11:31:44.593730 [Debug] app/router: MphDomainMatcher is enabled for 122067 domain rule(s) 2025/05/19 11:31:44.593917 [Debug] app/proxyman/inbound: creating unix domain socket worker on /dev/shm/xray.socket 2025/05/19 11:31:44.593990 [Info] transport/internet/splithttp: listening UNIX domain socket for XHTTP on /dev/shm/xray.socket 2025/05/19 11:31:44.594044 [Warning] core: Xray 25.5.16 started
The text was updated successfully, but these errors were encountered:
uds哪来的tfo。。。。
Sorry, something went wrong.
服务端 127.0.0.1:8000 一样没有tfo cookie @Fangliding
再想想
我不理解
No branches or pull requests
完整性要求
描述
客户端和服务端版本都是25.5.16,服务器上抓包看SYN请求里有
tfo.request
但是SYN-ACK里并没有tfo.cookie
。/proc/net/netstat
里TCPFastOpenPassive
也是0客户端:
/proc/sys/net/ipv4/tcp_fastopen : 1
服务器:
net.ipv4.tcp_fastopen = 3
重现方式
xhttp auto + reality, 两端都开启tcp fastopen,观察服务器响应包是否包含tfo cookie
客户端配置
服务端配置
客户端日志
服务端日志
The text was updated successfully, but these errors were encountered: