增加读入USER_TIMEOUT TCP选项,修正timeout相关的setsockopt设置。

This commit is contained in:
Lu Qiuwen
2018-09-21 19:06:44 +08:00
parent 1a70d3948a
commit 7b6dbb06aa
8 changed files with 22 additions and 10 deletions

View File

@@ -16,6 +16,7 @@ struct tfe_proxy_tcp_options
int tcp_keepidle;
int tcp_keepintvl;
int tcp_keepcnt;
int tcp_user_timeout;
};
struct tfe_proxy_accept_para