增加读入USER_TIMEOUT TCP选项,修正timeout相关的setsockopt设置。
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user