mirror of
https://repo.or.cz/socat.git
synced 2025-07-08 13:36:32 +00:00
New option f-setpipe-sz
This commit is contained in:
parent
5ee79624b6
commit
e015aaaee6
14 changed files with 236 additions and 32 deletions
|
@ -351,6 +351,7 @@ enum e_optcode {
|
|||
OPT_F_SETLKW_WR, /* fcntl with struct flock - write-lock, wait */
|
||||
OPT_F_SETLK_RD, /* fcntl with struct flock - read-lock */
|
||||
OPT_F_SETLK_WR, /* fcntl with struct flock - write-lock */
|
||||
OPT_F_SETPIPE_SZ, /* pipe == fifo */
|
||||
OPT_GROUP,
|
||||
OPT_GROUP_EARLY,
|
||||
OPT_GROUP_LATE,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue