mirror of
https://github.com/XTLS/Xray-core.git
synced 2025-04-30 17:38:41 +00:00
feat: add tcp_user_timeout
```json {"streamSettings":{"sockopt": {"tcpUserTimeout": 10000}}} ``` run `gofmt -w -s .` as well
This commit is contained in:
parent
d9994538bc
commit
90d915ea05
5 changed files with 55 additions and 35 deletions
|
@ -104,4 +104,6 @@ message SocketConfig {
|
|||
bool v6only = 14;
|
||||
|
||||
int32 tcp_window_clamp = 15;
|
||||
|
||||
int32 tcp_user_timeout = 16;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue