1
0
Fork 0
mirror of https://repo.or.cz/socat.git synced 2025-07-22 02:22:57 +00:00

Option accept-timeout (listen-timeout)

This commit is contained in:
Gerhard Rieger 2020-12-31 14:56:04 +01:00
parent aa2b9c00b2
commit 13ac417410
8 changed files with 124 additions and 1 deletions

View file

@ -436,6 +436,7 @@ enum e_optcode {
OPT_IXANY, /* termios.c_iflag */
OPT_IXOFF, /* termios.c_iflag */
OPT_IXON, /* termios.c_iflag */
OPT_ACCEPT_TIMEOUT, /* listening socket */
OPT_LOCKFILE,
OPT_LOWPORT,
OPT_MAX_CHILDREN,