向 tfe 的 FieldStat 中输出可信证书的数量
This commit is contained in:
@@ -25,18 +25,6 @@ struct ssl_svc_app_st
|
||||
unsigned int down_ssl_success_cnt;
|
||||
struct ssl_service_cache* ref_svc_cache;
|
||||
};
|
||||
struct ssl_service_cache
|
||||
{
|
||||
MESA_htable_handle cli_st_hash;
|
||||
MESA_htable_handle srv_st_hash;
|
||||
MESA_htable_handle app_st_hash;
|
||||
|
||||
struct ssl_service_cache_statistics stat;
|
||||
unsigned int fail_as_cli_pinning_count;
|
||||
unsigned int fail_as_proto_err_count;
|
||||
unsigned int fail_time_window;
|
||||
unsigned int succ_as_app_not_pinning_count;
|
||||
};
|
||||
struct ssl_service_write_args
|
||||
{
|
||||
struct ssl_service_cache* cache;
|
||||
|
||||
Reference in New Issue
Block a user