aboutsummaryrefslogtreecommitdiff
path: root/docs/FAQ
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2010-06-30 15:52:58 +0200
committerDaniel Stenberg <daniel@haxx.se>2010-06-30 15:52:58 +0200
commit18a9ee6bdfc68d9918958c6bcd03875d320f4008 (patch)
treee6838cb56836346719aebb8f340be5c16f0f38dd /docs/FAQ
parentf3b77e5611d860739c0cffbc394172adf1f14b57 (diff)
FAQ: the threaded resolver works universally now
Diffstat (limited to 'docs/FAQ')
-rw-r--r--docs/FAQ8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/FAQ b/docs/FAQ
index dfde766fe..5ac2d631f 100644
--- a/docs/FAQ
+++ b/docs/FAQ
@@ -1,4 +1,4 @@
-Updated: Nov 7, 2009 (http://curl.haxx.se/docs/faq.html)
+Updated: June 30, 2010 (http://curl.haxx.se/docs/faq.html)
_ _ ____ _
___| | | | _ \| |
/ __| | | | |_) | |
@@ -1100,10 +1100,10 @@ FAQ
Using this offers asynchronous name resolves but it currently has no IPv6
support.
- - The Windows threaded resolver. It use:
+ - The threaded resolver (default option on Windows). It uses:
- A - gethostbyname() on plain ipv4 windows hosts
- B - getaddrinfo() on ipv6-enabled windows hosts
+ A - gethostbyname() on plain ipv4 hosts
+ B - getaddrinfo() on ipv6-enabled hosts
Also note that libcurl never resolves or reverse-lookups addresses given as
pure numbers, such as 127.0.0.1 or ::1.