diff options
| author | yangwei <[email protected]> | 2023-08-18 16:50:02 +0800 |
|---|---|---|
| committer | yangwei <[email protected]> | 2023-08-18 16:50:02 +0800 |
| commit | a0814d7122a1af2349ed833d50e1fc533d9654f7 (patch) | |
| tree | 5dd651f981cec100989c421c13b65cab3726fcf8 /include | |
| parent | 6fff1ebbff69f6276ee22c82932d57e161895273 (diff) | |
🐞 fix(test_app.so): 移除test_app中对legacy接口的调用
Diffstat (limited to 'include')
| -rw-r--r-- | include/private/packet_io_internal.h | 1 | ||||
| -rw-r--r-- | include/public/stream_inc/stream_inject.h | 2 |
2 files changed, 0 insertions, 3 deletions
diff --git a/include/private/packet_io_internal.h b/include/private/packet_io_internal.h index 36bcf79..0e255be 100644 --- a/include/private/packet_io_internal.h +++ b/include/private/packet_io_internal.h @@ -21,7 +21,6 @@ extern "C" { #define __sapp_cache_aligned __sapp_aligned(RTE_CACHE_LINE_SIZE)
#endif
-/* ���ָ��, ����MESA_kill_tcp��MESA_kill_tcp_feedback����, �Ƿ���Ҫ�������ݰ� */
#define KILL_TCP_PHONY_POINTER ((void *)0x1A2B3C4D5E6F)
#define INDEPENDENT_SEND_QUEUE_MAX_NUM (128) /* ����Լ��������߳�, ֧�ֵ�����Ͷ�������, ��ֵ��Ҫ������marsioģʽ, ��������libpcap��ʵ��Ӱ��, Ϊ��ͳһ, ���ܸ���64!! */
diff --git a/include/public/stream_inc/stream_inject.h b/include/public/stream_inc/stream_inject.h index 0654dbe..ca9477f 100644 --- a/include/public/stream_inc/stream_inject.h +++ b/include/public/stream_inc/stream_inject.h @@ -14,8 +14,6 @@ extern "C" { ENG : to force terminate a stream;
MESA_kill_tcp: use RST to terminate a TCP stream;
- MESA_kill_tcp_synack: send phony SYN/ACK packet to cheat client and server.
- MESA_kill_connection: for non-TCP stream, such as UDP stream, only available in serial mode.
return value:
>= 0: success.
|
