We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6ea36f commit 1280c99Copy full SHA for 1280c99
README.md
@@ -5,6 +5,8 @@ C multiplatform network(TCP/UDP) lib for server and client
5
6
**connect_net**(const char* ip, const char* port, const unsigned short int protocol) - **connect to the server**
7
8
+**socks5_connect**(int socket, char* ip, unsigned short int port) - **connect to remote host through socket connected to proxy server**
9
+
10
**```SERVER```**
11
12
**listen_net**(const char* ip, const char* port, const unsigned short int protocol) - **create listening server**
0 commit comments