Skip to content

Commit 1280c99

Browse files
authored
Update README.md
1 parent b6ea36f commit 1280c99

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ C multiplatform network(TCP/UDP) lib for server and client
55

66
**connect_net**(const char* ip, const char* port, const unsigned short int protocol) - **connect to the server**
77

8+
**socks5_connect**(int socket, char* ip, unsigned short int port) - **connect to remote host through socket connected to proxy server**
9+
810
**```SERVER```**
911

1012
**listen_net**(const char* ip, const char* port, const unsigned short int protocol) - **create listening server**

0 commit comments

Comments
 (0)