aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2007-05-06 08:14:42 +0000
committerDaniel Stenberg <daniel@haxx.se>2007-05-06 08:14:42 +0000
commitbcfe3cb231d99922b4077c713d332d781c51ebc0 (patch)
treeeddc48992d94dd89e3344d99457b53e48106f7a5 /CHANGES
parent805a5dcac842c1f019bf5a30f2eef82771533498 (diff)
extended the description for the curl_multi_socket_action() change
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 834adc97d..9bb85484d 100644
--- a/CHANGES
+++ b/CHANGES
@@ -113,6 +113,12 @@ Daniel S (16 April 2007)
allows libcurl to avoid a call to poll()/select() for every call to
curl_multi_socket*().
+ I added a define in the public curl/multi.h header file that will make your
+ existing application automatically use curl_multi_socket_action() instead of
+ curl_multi_socket() when you recompile. But of course you'll get better
+ performance if you adjust your code manually and actually pass in the
+ correct action bitmask to this function.
+
Daniel S (14 April 2007)
- Jay Austin added "DH PARAMETERS" to the stunnel.pem certificate for the test
suite to make stunnel run better in some (most?) environments.