diff options
| author | liuxueli <[email protected]> | 2020-05-14 18:25:24 +0800 |
|---|---|---|
| committer | liuxueli <[email protected]> | 2020-05-14 18:25:24 +0800 |
| commit | 539a9d2833c3497351c4e4e7d31fa2f96e63d23b (patch) | |
| tree | bd6410ed147a7c76c46a6ca346f1ab70eb40eddb | |
| parent | 4348de0d9658600f796105bd19f2a584c18a7a49 (diff) | |
TSG master不再发送命中拦截策略的链接流量统计信息,交由KNI调用tsg_set_policy_flow函数设置。v1.0.7.20.05.01-test
| -rw-r--r-- | src/tsg_entry.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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)); |
