TSG-2612 tfe 执行 TCP Options
This commit is contained in:
@@ -46,15 +46,18 @@ struct tfe_proxy_tcp_options
|
||||
/* TCP OPTIONS */
|
||||
int sz_rcv_buffer;
|
||||
int sz_snd_buffer;
|
||||
int so_keepalive;
|
||||
int tcp_keepidle;
|
||||
int tcp_keepintvl;
|
||||
int tcp_keepcnt;
|
||||
int tcp_user_timeout;
|
||||
|
||||
/* TRACE FOR DEBUG */
|
||||
int tcp_ttl_upstream;
|
||||
int tcp_ttl_downstream;
|
||||
/* TRACE FOR DEBUG */
|
||||
int enable_overwrite;
|
||||
int tcp_nodelay;
|
||||
int so_keepalive;
|
||||
int tcp_keepidle;
|
||||
int tcp_keepintvl;
|
||||
int tcp_keepcnt;
|
||||
int tcp_user_timeout;
|
||||
|
||||
int tcp_ttl_upstream;
|
||||
int tcp_ttl_downstream;
|
||||
};
|
||||
|
||||
struct tfe_proxy_rate_limit_options
|
||||
|
||||
Reference in New Issue
Block a user