mirror of
https://repo.or.cz/socat.git
synced 2025-07-13 23:13:24 +00:00
New options so-rcvtimeo, so-sndtimeo
This commit is contained in:
parent
2db04378ae
commit
9faf068949
7 changed files with 139 additions and 24 deletions
|
@ -701,6 +701,9 @@ enum e_optcode {
|
|||
OPT_SO_RCVBUF_LATE,
|
||||
#ifdef SO_RCVLOWAT
|
||||
OPT_SO_RCVLOWAT,
|
||||
#endif
|
||||
#ifdef SO_RCVTIMEO
|
||||
OPT_SO_RCVTIMEO,
|
||||
#endif
|
||||
OPT_SO_REUSEADDR,
|
||||
#ifdef SO_REUSEPORT
|
||||
|
@ -719,6 +722,9 @@ enum e_optcode {
|
|||
OPT_SO_SNDBUF_LATE,
|
||||
#ifdef SO_SNDLOWAT
|
||||
OPT_SO_SNDLOWAT,
|
||||
#endif
|
||||
#ifdef SO_SNDTIMEO
|
||||
OPT_SO_SNDTIMEO,
|
||||
#endif
|
||||
OPT_SO_TIMESTAMP, /* Linux */
|
||||
OPT_SO_TYPE,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue