TSG-2612 tfe 执行 TCP Options

This commit is contained in:
luwenpeng
2020-07-21 20:00:14 +08:00
parent 13289d5a71
commit ddb1ccba12
5 changed files with 208 additions and 58 deletions

View File

@@ -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