Add #149: Use poll() for socket selection
authorFabian Keil <fk@fabiankeil.de>
Sat, 9 Apr 2016 10:23:17 +0000 (10:23 +0000)
committerFabian Keil <fk@fabiankeil.de>
Sat, 9 Apr 2016 10:23:17 +0000 (10:23 +0000)
TODO

diff --git a/TODO b/TODO
index 90b542b..9d11e0c 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1,4 +1,4 @@
-$Id: TODO,v 1.147 2016/04/06 12:39:14 fabiankeil Exp $
+$Id: TODO,v 1.148 2016/04/06 12:39:36 fabiankeil Exp $
 
 Some Privoxy-related tasks, sorted by the time they
 have been added, not by priority.
 
 Some Privoxy-related tasks, sorted by the time they
 have been added, not by priority.
@@ -437,6 +437,9 @@ http://www.privoxy.org/faq/general.html#DONATE
      currently can result in client requests to config.privoxy.org on the
      Internet which may not be desirable.
 
      currently can result in client requests to config.privoxy.org on the
      Internet which may not be desirable.
 
+149) Use poll() for socket selection so the number of sockets Privoxy
+     can deal with isn't limited to FD_SETSIZE anymore.
+
 ##########################################################################
 
 Hosting wish list (relevant for #53)
 ##########################################################################
 
 Hosting wish list (relevant for #53)