aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2005-06-13 00:35:19 +0000
committerNick Mathewson <nickm@torproject.org>2005-06-13 00:35:19 +0000
commit2b8fd9ceda9536ddd14eef6c02a41359480a108c (patch)
tree2507f0e2137d540a1ca75fb0d079d1847656405e /doc
parentd8467696f85ba3abd2f38f93c74c1bf3127b3275 (diff)
downloadtor-2b8fd9ceda9536ddd14eef6c02a41359480a108c.tar
tor-2b8fd9ceda9536ddd14eef6c02a41359480a108c.tar.gz
Allow a few EINVALs from libevent before dying. Warn on kqueue with libevent before 1.1a
svn:r4419
Diffstat (limited to 'doc')
-rw-r--r--doc/TODO6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/TODO b/doc/TODO
index 5a170af3c..d7afebd0f 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -46,9 +46,9 @@ For 0.1.0.x:
- Is it the buf_shrink bug? (Quite possibly)
- Instrument the 0.1.1 code to figure out where our memory is going;
apply the results. (all platforms?)
- - Why does kevent barf with EINVAL on some freebsd boxes?
- - Submit libevent patch to Niels
- - Warn on non-repeated EINVAL in Tor (don't die.)
+ . Why does kevent barf with EINVAL on some freebsd boxes?
+ o Submit libevent patch to Niels
+ o Warn on non-repeated EINVAL in Tor (don't die.)
- Investigate why freebsd kernel actually does this: it doesn't seem
simple to trigger.