mirror of
https://repo.or.cz/socat.git
synced 2025-07-30 06:02:56 +00:00
Added options setsockopt-socket and setsockopt-connected
This commit is contained in:
parent
e6aa3d1787
commit
c8aec28b82
6 changed files with 19 additions and 0 deletions
|
@ -663,8 +663,10 @@ enum e_optcode {
|
|||
OPT_SETPGID,
|
||||
OPT_SETSID,
|
||||
OPT_SETSOCKOPT_BIN,
|
||||
OPT_SETSOCKOPT_CONNECTED,
|
||||
OPT_SETSOCKOPT_INT,
|
||||
OPT_SETSOCKOPT_LISTEN,
|
||||
OPT_SETSOCKOPT_SOCKET,
|
||||
OPT_SETSOCKOPT_STRING,
|
||||
OPT_SETUID,
|
||||
OPT_SETUID_EARLY,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue