mirror of
https://github.com/wangyu-/UDPspeeder.git
synced 2025-11-26 22:55:37 +08:00
refactor --bind and --interface, fix --key
This commit is contained in:
7
misc.h
7
misc.h
@@ -39,10 +39,11 @@ extern int fix_latency;
|
||||
//extern char local_ip[100], remote_ip[100];
|
||||
//extern int local_port, remote_port;
|
||||
|
||||
extern char interface_string[16];
|
||||
|
||||
extern bool has_b;
|
||||
extern address_t local_addr,remote_addr,bind_addr;
|
||||
extern address_t local_addr,remote_addr;
|
||||
|
||||
extern address_t *out_addr;
|
||||
extern char *out_interface;
|
||||
|
||||
extern conn_manager_t conn_manager;
|
||||
extern delay_manager_t delay_manager;
|
||||
|
||||
Reference in New Issue
Block a user