From 539a9d2833c3497351c4e4e7d31fa2f96e63d23b Mon Sep 17 00:00:00 2001 From: liuxueli Date: Thu, 14 May 2020 18:25:24 +0800 Subject: TSG master不再发送命中拦截策略的链接流量统计信息,交由KNI调用tsg_set_policy_flow函数设置。 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/tsg_entry.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tsg_entry.cpp b/src/tsg_entry.cpp index 25fcee5..77b8c86 100644 --- a/src/tsg_entry.cpp +++ b/src/tsg_entry.cpp @@ -691,7 +691,7 @@ extern "C" char TSG_MASTER_TCP_ENTRY(struct streaminfo *a_tcp, void **pme, int t case TSG_ACTION_INTERCEPT: FS_operate(g_tsg_para.fs2_handle, g_tsg_para.fs2_field_id[TSG_FS2_INTERCEPT], 0, FS_OP_ADD, 1); - tsg_set_policy_flow(a_tcp, p_result, thread_seq); + //tsg_set_policy_flow(a_tcp, p_result, thread_seq); priority_label=(policy_priority_label_t *)dictator_malloc(thread_seq, sizeof(policy_priority_label_t)); -- cgit v1.2.3