TSG-7832: 支持非标端口8443,支持配置文件配置支持识别的端口QUIC_PORT_LIST=443;8443;

This commit is contained in:
liuxueli
2021-09-18 17:15:54 +08:00
parent 123fcf1559
commit 56db00e24f
6 changed files with 109 additions and 14 deletions

View File

@@ -7,6 +7,7 @@
#define TRUE 0x01
#define MAYBE 0x02
#define SUPPORT_QUIC_PORT_NUM 128
#define QUIC_HALF_CLOSE 0x01
#define QUIC_WHOLE_CLOSE 0x02
@@ -25,7 +26,9 @@ struct _quic_param_t
unsigned long long quic_region_cnt;
unsigned short quic_plugid;
int level;
int quic_port_num;
int dump_packet_switch;
unsigned short quic_port_list[SUPPORT_QUIC_PORT_NUM];
char quic_conf_regionname[MAX_REGION_NUM][REGION_NAME_LEN];
char log_path[128];
void *logger;