mirror of
https://repo.or.cz/socat.git
synced 2025-07-12 22:53:24 +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
1
xio.h
1
xio.h
|
@ -120,6 +120,7 @@ typedef struct xioparms {
|
|||
const char *sniffleft_name; /* file name with -r */
|
||||
const char *sniffright_name; /* file name with -R */
|
||||
size_t bufsiz;
|
||||
struct timeval total_timeout;/* when nothing happens, die after seconds */
|
||||
} xioparms_t;
|
||||
|
||||
/* pack the description of a lock file */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue