diff options
| author | liuxueli <[email protected]> | 2022-04-14 17:17:40 +0800 |
|---|---|---|
| committer | liuxueli <[email protected]> | 2022-07-19 15:18:23 +0800 |
| commit | efd4fa294cbf29fcbce57b9c1367f599cc5c442f (patch) | |
| tree | 62716477eb038636ee5e65733fce09dfff3a746f /include/private/stream_internal.h | |
| parent | b1f92c4e30187372bba6e6ea498327d6a5e4df87 (diff) | |
与marsio的SmartOffload接口调通
Diffstat (limited to 'include/private/stream_internal.h')
| -rw-r--r-- | include/private/stream_internal.h | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/include/private/stream_internal.h b/include/private/stream_internal.h index 2db5353..afe829a 100644 --- a/include/private/stream_internal.h +++ b/include/private/stream_internal.h @@ -222,8 +222,9 @@ struct tcpdetail_private UCHAR tcpstateflag; // ���ڼ�¼tcp�ĻỰSYN���״̬ UCHAR link_state; // ���ӵ�״̬ UCHAR creat_mod; - UINT16 tcpoverlen; // modify by lqy 20150225, ��¼��ǰ������һ�������ص�tcp���ȣ� - UINT16 pad; + UINT16 tcpoverlen; // modify by lqy 20150225, ��¼��ǰ������һ�������ص�tcp���ȣ� + UCHAR offload_stream_flag; //2022-04-13 liuxueli add, ������������stream + UCHAR pad; /* ===8 bytes=== */ struct half_tcpstream *pclient; //��client��TCP������Ϣ @@ -252,7 +253,8 @@ struct udpdetail_private struct udpdetail udpdetail_public; void *apme; //Ӧ�ò������� struct udp_flow_stat *flow_stat; /* 2015-12-28 lijia add, udpdetail�е���ϸ����(64bit), ʵ���ڴ������ͷ���projectģ�����, ����ΪNULL */ - UCHAR drop_stream_flag; //2020-06-02 lijia add, ����ͬDROPPKT, ֻ����������������stream + UCHAR drop_stream_flag; //2020-06-02 lijia add, ����ͬDROPPKT, ֻ����������������stream + UCHAR offload_stream_flag; //2022-04-13 liuxueli add, ������������stream }; /* 2015-02-26 lijia add, for stream-addr-list ntop, pton */ |
