mirror of
https://repo.or.cz/socat.git
synced 2025-07-14 23:33:23 +00:00
Added options res-retrans, res-retry
This commit is contained in:
parent
03f028a985
commit
282db9feda
11 changed files with 151 additions and 53 deletions
|
@ -630,6 +630,8 @@ enum e_optcode {
|
|||
OPT_RES_IGNTC, /* resolver(3) */
|
||||
OPT_RES_PRIMARY, /* resolver(3) */
|
||||
OPT_RES_RECURSE, /* resolver(3) */
|
||||
OPT_RES_RETRANS, /* undocumented */
|
||||
OPT_RES_RETRY, /* undocumented */
|
||||
OPT_RES_STAYOPEN, /* resolver(3) */
|
||||
OPT_RES_USEVC, /* resolver(3) */
|
||||
OPT_RETRIEVE_VLAN, /* Linux: get VLAN info on raw sockets per auxdata */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue