mirror of
https://github.com/wangyu-/udp2raw.git
synced 2025-10-14 09:55:33 +08:00
added send_raw_packet() and recv_raw_packet()
This commit is contained in:
1
misc.h
1
misc.h
@@ -83,6 +83,7 @@ extern address_t local_addr,remote_addr,source_addr,bind_addr;
|
||||
extern int bind_addr_used;
|
||||
extern int force_source_ip; //if --source-ip is enabled
|
||||
extern int force_source_port;
|
||||
extern int source_port;
|
||||
|
||||
extern id_t const_id;//an id used for connection recovery,its generated randomly,it never change since its generated
|
||||
|
||||
|
Reference in New Issue
Block a user