1
0
mirror of https://github.com/Tha14/toxic.git synced 2025-09-23 07:26:52 +02:00

Add option to enable acting as TCP relay server

This commit is contained in:
Jfreegman
2015-07-08 21:01:32 -04:00
parent 035420e5c7
commit 904f58c0e8
5 changed files with 26 additions and 6 deletions

View File

@@ -97,6 +97,8 @@ struct arg_opts {
char proxy_address[256];
uint8_t proxy_type;
uint16_t proxy_port;
uint16_t tcp_port;
};
typedef struct ToxWindow ToxWindow;