mirror of
https://repo.or.cz/socat.git
synced 2025-07-12 22:53:24 +00:00
Added option rawer for pty
This commit is contained in:
parent
8c8f817780
commit
522bb45479
6 changed files with 24 additions and 3 deletions
|
@ -785,6 +785,8 @@ enum e_optcode {
|
|||
#ifdef TCP_WINDOW_CLAMP
|
||||
OPT_TCP_WINDOW_CLAMP, /* Linux 2.4.0 */
|
||||
#endif
|
||||
OPT_TERMIOS_CFMAKERAW, /* termios.cfmakeraw() */
|
||||
OPT_TERMIOS_RAWER,
|
||||
OPT_TIOCSCTTY,
|
||||
OPT_TOSTOP, /* termios.c_lflag */
|
||||
OPT_TUN_DEVICE, /* tun: /dev/net/tun ... */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue