mirror of
https://repo.or.cz/socat.git
synced 2025-07-18 00:53:25 +00:00
Socks5 with 3 args and option socksport
This commit is contained in:
parent
0454c4fa43
commit
c4f569e367
8 changed files with 64 additions and 29 deletions
|
@ -20,6 +20,7 @@ extern const struct optdesc opt_socksuser;
|
|||
extern const struct addrdesc xioaddr_socks4_connect;
|
||||
extern const struct addrdesc xioaddr_socks4a_connect;
|
||||
|
||||
extern int _xioopen_opt_socksport(struct opt *opts, char **socksport);
|
||||
extern int _xioopen_socks4_prepare(const char *targetport, struct opt *opts, char **socksport, struct socks4 *sockhead, size_t *headlen);
|
||||
extern int
|
||||
_xioopen_socks4_connect0(struct single *xfd,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue