mirror of
https://repo.or.cz/socat.git
synced 2025-07-13 23:13:24 +00:00
Added AI_PASSIVE handling and option ai-passive
This commit is contained in:
parent
4e00a345b4
commit
2d282f5608
8 changed files with 60 additions and 6 deletions
|
@ -203,6 +203,7 @@ enum e_func {
|
|||
enum e_optcode {
|
||||
OPT_ADDRESS_FAMILY = 1,
|
||||
OPT_AI_ADDRCONFIG, /* getaddrinfo() */
|
||||
OPT_AI_PASSIVE, /* getaddrinfo() */
|
||||
/* these are not alphabetically, I know... */
|
||||
OPT_B0, /* termios.c_cflag */
|
||||
OPT_B50, /* termios.c_cflag */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue