feat: adapt to stellar-2.0
This commit is contained in:
@@ -26,15 +26,17 @@
|
||||
|
||||
struct quic_param
|
||||
{
|
||||
unsigned long long quic_interested_region_flag;
|
||||
unsigned long long quic_region_cnt;
|
||||
unsigned short quic_plugid;
|
||||
struct stellar *st;
|
||||
int quic_plugid;
|
||||
int level;
|
||||
int quic_port_num;
|
||||
int decrypted_switch;
|
||||
int max_parse_pkt_num;
|
||||
int context_bridge_id;
|
||||
unsigned short quic_port_list[SUPPORT_QUIC_PORT_NUM];
|
||||
// int context_bridge_id;
|
||||
int exdata_id;
|
||||
int udp_topic_id; //as subscriber
|
||||
int quic_topic_id; //as publisher
|
||||
unsigned short quic_port_list[SUPPORT_QUIC_PORT_NUM]; //network order
|
||||
char quic_conf_regionname[MAX_REGION_NUM][REGION_NAME_LEN];
|
||||
char log_path[128];
|
||||
void *logger;
|
||||
@@ -51,8 +53,5 @@ enum quic_mes_type{
|
||||
MSG_UNKNOWN = 255
|
||||
};
|
||||
|
||||
extern struct quic_param g_quic_param;
|
||||
int is_quic_port(const struct streaminfo *pstream);
|
||||
|
||||
#endif /* SRC_QUIC_ANALYSIS_H_ */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user