#167 增加已拦截连接数、字节数、PASSTHROUGH连接数统计并调整FieldStat状态文件的输出位置。

This commit is contained in:
luqiuwen
2019-09-16 16:40:31 +08:00
committed by 陆秋文
parent 8c0f135877
commit f1fd1d0ad3
8 changed files with 166 additions and 275 deletions

View File

@@ -91,6 +91,7 @@ struct tfe_stream_private
struct ssl_stream * ssl_upstream;
};
uint8_t is_first_call_rxcb;
uint8_t is_plugin_opened;
int calling_idx;