feat: add tcp_user_timeout

```json
{"streamSettings":{"sockopt": {"tcpUserTimeout": 10000}}}
```

run `gofmt -w -s .` as well
This commit is contained in:
yichya QC 2023-03-12 17:44:41 +08:00 committed by yuhan6665
parent d9994538bc
commit 90d915ea05
5 changed files with 55 additions and 35 deletions

View file

@ -104,4 +104,6 @@ message SocketConfig {
bool v6only = 14;
int32 tcp_window_clamp = 15;
int32 tcp_user_timeout = 16;
}