1
0
Fork 0
mirror of https://repo.or.cz/socat.git synced 2025-07-27 04:25:07 +00:00

New address ACCEPT-FD

This commit is contained in:
Gerhard Rieger 2023-09-30 18:39:13 +02:00
parent c311542e11
commit ebacb7c4e8
10 changed files with 232 additions and 56 deletions

View file

@ -20,5 +20,6 @@ int
int _xioopen_listen(struct single *fd, int xioflags,
struct sockaddr *us, socklen_t uslen,
struct opt *opts, int pf, int socktype, int proto, int level);
extern int _xioopen_accept_fd(struct single *xfd, int xioflags, struct sockaddr *us, socklen_t uslen, struct opt *opts, int pf, int proto, int level);
#endif /* !defined(__xio_listen_h_included) */