diff options
| author | 刘学利 <[email protected]> | 2023-05-15 04:08:18 +0000 |
|---|---|---|
| committer | 刘学利 <[email protected]> | 2023-05-15 04:08:18 +0000 |
| commit | 5fddc673480beaeced13e6576b6113523a30b999 (patch) | |
| tree | b825fd6e09155cf9944129fddf8255be47eef3f9 /src/tsg_bridge.h | |
| parent | c04914d993826b798e1393430c0ff9d6189af7e3 (diff) | |
TCP ENTRY PENDING状态时收到SCE的LOG UPDATE控制报文,导致未解析真正的第一个带负载原始包
Diffstat (limited to 'src/tsg_bridge.h')
| -rw-r--r-- | src/tsg_bridge.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tsg_bridge.h b/src/tsg_bridge.h index be5862d..bbbf0fc 100644 --- a/src/tsg_bridge.h +++ b/src/tsg_bridge.h @@ -69,6 +69,7 @@ struct session_runtime_process_context unsigned char deal_pkt_num; unsigned char is_app_link; unsigned char sync_cb_state; + unsigned char first_origin_pkt; unsigned short timeout; enum TSG_PROTOCOL proto; int hited_app_id; // only app |
