Sockopt: Remove legacy tcpNoDelay

pull/693/head
风扇滑翔翼 2025-06-11 01:37:38 +08:00 committed by GitHub
parent b5cec826b0
commit c5c58b69ba
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 3 deletions

View File

@ -35,8 +35,7 @@
"interface": "wg0", "interface": "wg0",
"v6only": false, "v6only": false,
"tcpWindowClamp": 600, "tcpWindowClamp": 600,
"tcpMptcp": false, "tcpMptcp": false
"tcpNoDelay": false
} }
} }
``` ```
@ -530,7 +529,6 @@ OCSP 装订更新,与证书热重载的时间间隔。 单位:秒。默认
"V6Only": false, "V6Only": false,
"tcpWindowClamp": 600 "tcpWindowClamp": 600
"tcpMptcp": false, "tcpMptcp": false,
"tcpNoDelay": false,
"addressPortStrategy": "", "addressPortStrategy": "",
"customSockopt": [] "customSockopt": []
} }