Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
David Goulet
Tor
Commits
9b10f11d
Commit
9b10f11d
authored
Aug 14, 2006
by
Roger Dingledine
Browse files
fix typos and stuff
svn:r7049
parent
bf10d8a0
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/or/eventdns.c
View file @
9b10f11d
...
...
@@ -9,7 +9,7 @@
* TODO:
* - Support IPv6 and PTR records.
* - Replace all externally visible magic numbers with #defined constants.
* - Write doc
c
umentation for APIs of all external functions.
* - Write documentation for APIs of all external functions.
*/
/* Async DNS Library
...
...
@@ -105,9 +105,9 @@
* eventdns_search_add then no searching will occur.
*
* 2. If you do call eventdns_resolv_conf_parse then don't pass
* DNS_OPTION_SEARCH (or DNS_OPTIONS_ALL, which implies it)
* DNS_OPTION_SEARCH (or DNS_OPTIONS_ALL, which implies it)
.
*
* 3. When calling eventdns_resolve, pass the DNS_QUERY_NO_SEARCH flag
* 3. When calling eventdns_resolve, pass the DNS_QUERY_NO_SEARCH flag
.
*
* The order of searches depends on the number of dots in the name. If the
* number is greater than the ndots setting then the names is first tried
...
...
@@ -215,7 +215,7 @@
* queue and so bounding its size keeps thing going nicely under huge
* (many thousands of requests) loads.
*
* If a nameserver lo
o
ses too many requests it is considered down and we
* If a nameserver loses too many requests it is considered down and we
* try not to use it. After a while we send a probe to that nameserver
* (a lookup for google.com) and, if it replies, we consider it working
* again. If the nameserver fails a probe we wait longer to try again
...
...
@@ -230,7 +230,7 @@
#ifndef DNS_USE_GETTIMEOFDAY_FOR_ID
#ifndef DNS_USE_OPENSSL_FOR_ID
#error Must configure at least one id generation method.
#error Please see the documentation
#error Please see the documentation
.
#endif
#endif
#endif
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment