mirror of
https://github.com/wangyu-/UDPspeeder.git
synced 2025-11-26 22:55:37 +08:00
Bind to address
Allow binding to address before sending UDP packets.
This commit is contained in:
3
misc.h
3
misc.h
@@ -39,7 +39,8 @@ extern int fix_latency;
|
||||
//extern char local_ip[100], remote_ip[100];
|
||||
//extern int local_port, remote_port;
|
||||
|
||||
extern address_t local_addr,remote_addr;
|
||||
extern bool has_b;
|
||||
extern address_t local_addr,remote_addr,bind_addr;
|
||||
|
||||
extern conn_manager_t conn_manager;
|
||||
extern delay_manager_t delay_manager;
|
||||
|
||||
Reference in New Issue
Block a user