Skip to content

Commit b3e2c04

Browse files
author
quackerd
committed
Add TcpNoDelay and TcpFastOpen
1 parent a8206bb commit b3e2c04

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

opt/xray/d2ray.json.in

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,11 @@
2727
"privateKey": "{{ PRIVATE_KEY }}",
2828
"shortIds": [
2929
""
30-
]
30+
],
31+
"sockopt": {
32+
"tcpFastOpen": true,
33+
"tcpNoDelay": true
34+
}
3135
}
3236
},
3337
"sniffing": {

0 commit comments

Comments
 (0)