summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authoryangwei <[email protected]>2023-09-06 18:36:05 +0800
committeryangwei <[email protected]>2023-09-06 18:39:12 +0800
commita41134e37c12fc9cc5e65082094d3d81f4e66edf (patch)
tree3dcbdd223209187bcf4ad4869021ad6def80ca15 /include
parente8f9d63417663c27e2dbf0c31d7a8d59285e7f0f (diff)
✨ feat(ip defragment enabled): 增加ip分片重组开关,默认开启
Diffstat (limited to 'include')
-rw-r--r--include/private/sapp_global_val.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/private/sapp_global_val.h b/include/private/sapp_global_val.h
index 6e84c16..6a49420 100644
--- a/include/private/sapp_global_val.h
+++ b/include/private/sapp_global_val.h
@@ -347,6 +347,8 @@ typedef struct{
int skip_not_ip_layer_over_eth; /* ������ip��, ��֤�ڲ���ģʽ��, ����ͨ��ϵͳ·�ɷ���rst�� */
int reverse_ethernet_addr_enabled; /* smac��ַ�а���������Ϣʱ���跭ת */
int skip_gtp_S_PN_E_field_for_inject; /* GTP����ע�����ݰ�ʱ������չ�ֶ�:sequence,N-PDU, extension */
+ int ipv4_reassembly_enabled;
+ int ipv6_reassembly_enabled;
}sapp_protocol_feature_t;