Allow the use of TCP instead of UDP for queries by setting options use-vc in resolv.conf which sets RES_USEVC.
Details
Details
- Reviewers
ume - Group Reviewers
manpages - Commits
- rS337904: Allow the use of TCP instead of UDP for queries by setting options usevc
Not even compile tested.
Diff Detail
Diff Detail
- Repository
- rS FreeBSD src repository - subversion
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
Since p_option() in res_debug.c returns "usevc" for RES_USEVC,
I think it is better to use "usevc" instead of "use-vc".
Other than that, it seems good to me.