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

New option sitout-eio

This commit is contained in:
Gerhard Rieger 2023-10-26 18:43:40 +02:00
parent c2196d6f15
commit d10dd8a03e
9 changed files with 59 additions and 14 deletions

View file

@ -1482,6 +1482,7 @@ const struct optname optionnames[] = {
#ifdef SIOCSPGRP
IF_SOCKET ("siocspgrp", &opt_siocspgrp)
#endif
IF_PTY ("sitout-eio", &opt_sitout_eio)
IF_TUN ("slave", &opt_iff_slave)
IF_SOCKET ("sndbuf", &opt_so_sndbuf)
IF_SOCKET ("sndbuf-late", &opt_so_sndbuf_late)