diff options
| author | yangwei <[email protected]> | 2024-04-15 19:39:24 +0800 |
|---|---|---|
| committer | yangwei <[email protected]> | 2024-04-16 09:41:54 +0800 |
| commit | 6c1e6a601220a9281744f5ed626d7468b2871b8f (patch) | |
| tree | a8558157a3f1f402e9d8bb8d4e60cf88e8c1d81a /include | |
| parent | 020d83f07d272d0d25ea7c4198d74c3ba36b41d5 (diff) | |
🐞 fix(no use timeout): 切换到nouse后,同步插件设置的特殊超时时间v4.3.44
Diffstat (limited to 'include')
| -rw-r--r-- | include/private/sapp_global_val.h | 1 | ||||
| -rw-r--r-- | include/private/stream_internal.h | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/include/private/sapp_global_val.h b/include/private/sapp_global_val.h index 798bc36..bb7905f 100644 --- a/include/private/sapp_global_val.h +++ b/include/private/sapp_global_val.h @@ -108,6 +108,7 @@ typedef struct{ int max_timeouts_per_sec; int max_opening_per_sec; int reorder_on_closing; + int nouse_set_special_timeout; }sapp_config_stream_tcp_t; diff --git a/include/private/stream_internal.h b/include/private/stream_internal.h index 697e892..0307009 100644 --- a/include/private/stream_internal.h +++ b/include/private/stream_internal.h @@ -203,7 +203,7 @@ struct streaminfo_private UCHAR stream_dir:1; /* ��������������Ч, ���Ĵ洢�ĵ�ַ�Ƿ��Ĭ�Ϲ���"��˿��ǿͻ���"��ͬ */ UCHAR stream_c2s_route_dir:1; /* c2s����İ�, ��Ӧ����·route dir����, ���ڻ�ȡinbound, outbound���� */ UCHAR addr_use_as_hash:1; /* �����addr�Ƿ���ΪHASH����ͱȽϵIJ���, ��:MAC��ַ��������� */ - UCHAR __pad1:1;/*��MPLS����Գ�, �����ǻ���һ����MPLS, ��һ��û��MPLS����, �˱���=1��ʾ������IJ�, ����ʱ����Ϊ��ַ�Ƚ�, ����ʱҲҪ���� */ + UCHAR set_special_timeout:1; UCHAR need_update_opposite_addr:1;/*�����addr�Ƿ��ڶԲ�����ʱ���£��磺MPLS��ǩ�ǶԳ�ʱ��Ҫ��S2C���һ������¼�����ǩ,��ֵĬ��Ϊ0��������Ҫ����*/ UCHAR stream_killed_flag:1; /* 2014-08-22 lijia add, ����ģʽ��, �Ѿ������Kill, ֮�������ֱ��Drop��Kill, �����ٸ��ϲ��� */ UCHAR dirreverse; /* ��������ʱ�Ƿ������ip��ַ��ת, ����"��˿��ǿͻ���"�����෴ */ |
