A simple program to make the original shadowsocks support SIP003 plugins.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

6 lines
127 B

#ifndef _NETWORK_H_
#define _NETWORK_H_
int get_available_port(unsigned short range_start, unsigned short range_end);
#endif