mirror of
https://github.com/wangyu-/UDPspeeder.git
synced 2025-11-26 22:55:37 +08:00
prepare for ipv6
This commit is contained in:
8
misc.h
8
misc.h
@@ -34,9 +34,11 @@ extern int output_interval_max;
|
||||
|
||||
extern int fix_latency;
|
||||
|
||||
extern u32_t local_ip_uint32,remote_ip_uint32;
|
||||
extern char local_ip[100], remote_ip[100];
|
||||
extern int local_port, remote_port;
|
||||
//extern u32_t local_ip_uint32,remote_ip_uint32;
|
||||
//extern char local_ip[100], remote_ip[100];
|
||||
//extern int local_port, remote_port;
|
||||
|
||||
extern address_t local_addr,remote_addr;
|
||||
|
||||
extern conn_manager_t conn_manager;
|
||||
extern delay_manager_t delay_manager;
|
||||
|
||||
Reference in New Issue
Block a user