mirror of
https://repo.or.cz/socat.git
synced 2025-07-16 08:03:24 +00:00
Added option ip-transparent (socket option IP_TRANSPARENT)
This commit is contained in:
parent
e765898d38
commit
d109e3131b
7 changed files with 23 additions and 0 deletions
|
@ -423,6 +423,9 @@ enum e_optcode {
|
|||
OPT_IP_ROUTER_ALERT,
|
||||
#endif
|
||||
OPT_IP_TOS,
|
||||
#ifdef IP_TRANSPARENT
|
||||
OPT_IP_TRANSPARENT,
|
||||
#endif
|
||||
OPT_IP_TTL,
|
||||
OPT_ISIG, /* termios.c_lflag */
|
||||
OPT_ISPEED, /* termios.c_ispeed */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue