mirror of
https://repo.or.cz/socat.git
synced 2025-07-06 13:06:33 +00:00
writefull() respects total inactivity timeout
This commit is contained in:
parent
1878ae93fd
commit
1154e69d3e
12 changed files with 31 additions and 15 deletions
|
@ -47,7 +47,7 @@ struct xiorange {
|
|||
extern const int one;
|
||||
#endif
|
||||
|
||||
extern ssize_t writefull(int fd, const void *buff, size_t bytes);
|
||||
extern ssize_t writefull(int fd, const void *buff, size_t bytes, const struct timeval *tmo0);
|
||||
|
||||
#if _WITH_SOCKET
|
||||
extern socklen_t socket_init(int af, union sockaddr_union *sa);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue