mirror of
https://repo.or.cz/socat.git
synced 2025-07-10 22:13:00 +00:00
Check pipe size for possible blocking
This commit is contained in:
parent
e015aaaee6
commit
fc21e154b9
7 changed files with 64 additions and 15 deletions
|
@ -23,7 +23,8 @@ xioparms_t xioparms = {
|
|||
WITH_DEFAULT_IPV, /* preferred_ip */
|
||||
false, /* experimental */
|
||||
NULL, /* sniffleft_name */
|
||||
NULL /* sniffright_name */
|
||||
NULL, /* sniffright_name */
|
||||
8192 /* bufsiz */
|
||||
} ;
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue