From: Daniel Stenberg Date: Wed, 16 Sep 2020 21:35:39 +0000 (+0200) Subject: TODO: dynamically decide to use socketpair X-Git-Tag: curl-7_73_0~91 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=af09599958bfdcdc3136da1dc8a7b2bfc9f108c4;p=thirdparty%2Fcurl.git TODO: dynamically decide to use socketpair Suggested-by: Anders Bakken Closes #4829 --- diff --git a/docs/TODO b/docs/TODO index aefb510f1f..7e2fc70110 100644 --- a/docs/TODO +++ b/docs/TODO @@ -53,6 +53,7 @@ 2.5 Edge-triggered sockets should work 2.6 multi upkeep 2.7 Virtual external sockets + 2.8 dynamically decide to use socketpair 3. Documentation 3.2 Provide cmake config-file @@ -492,6 +493,14 @@ See https://github.com/curl/curl/issues/5835 +2.8 dynamically decide to use socketpair + + For users who don't use curl_multi_wait() or don't care for + curl_multi_wakeup(), we could introduce a way to make libcurl NOT + create a socketpair in the multi handle. + + See https://github.com/curl/curl/issues/4829 + 3. Documentation 3.2 Provide cmake config-file