]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
TODO: dynamically decide to use socketpair
authorDaniel Stenberg <daniel@haxx.se>
Wed, 16 Sep 2020 21:35:39 +0000 (23:35 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 16 Sep 2020 21:35:39 +0000 (23:35 +0200)
Suggested-by: Anders Bakken
Closes #4829

docs/TODO

index aefb510f1f25b271010f48436c312ad16db38085..7e2fc70110a546fb43c296173c03b1314d28e9c0 100644 (file)
--- 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
 
  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