diff options
author | Nick Mathewson <nickm@torproject.org> | 2005-06-13 00:35:19 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2005-06-13 00:35:19 +0000 |
commit | 2b8fd9ceda9536ddd14eef6c02a41359480a108c (patch) | |
tree | 2507f0e2137d540a1ca75fb0d079d1847656405e /doc/TODO | |
parent | d8467696f85ba3abd2f38f93c74c1bf3127b3275 (diff) | |
download | tor-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/TODO')
-rw-r--r-- | doc/TODO | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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. |