mirror of
https://repo.or.cz/socat.git
synced 2025-07-30 06:02:56 +00:00
Options res-* now apply to whole open phase
This commit is contained in:
parent
b14e65c42a
commit
c82e3df210
29 changed files with 204 additions and 207 deletions
|
@ -125,8 +125,8 @@ int xiocheckpeer(xiosingle_t *xfd,
|
|||
extern
|
||||
int xiosetsockaddrenv(const char *lr, union sockaddr_union *sau, socklen_t salen, int proto);
|
||||
|
||||
extern int xioparsenetwork(const char *rangename, int pf, struct xiorange *range, const int ai_flags[2], const unsigned long res_opts[2]);
|
||||
extern int xioparserange(const char *rangename, int pf, struct xiorange *range, const int ai_flags[2], const unsigned long res_opts[2]);
|
||||
extern int xioparsenetwork(const char *rangename, int pf, struct xiorange *range, const int ai_flags[2]);
|
||||
extern int xioparserange(const char *rangename, int pf, struct xiorange *range, const int ai_flags[2]);
|
||||
|
||||
extern int
|
||||
xiosocket(struct opt *opts, int pf, int socktype, int proto, int level);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue