diff options
author | Nick Mathewson <nickm@torproject.org> | 2006-12-12 02:56:41 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2006-12-12 02:56:41 +0000 |
commit | d22deb61d600ae1df7c1ddff5f20d472ae4bfaab (patch) | |
tree | be429964964b3369f8b689774a88163386421c55 /doc/TODO | |
parent | abc1304aef4b27d3bae85adc9a82163aea069318 (diff) | |
download | tor-d22deb61d600ae1df7c1ddff5f20d472ae4bfaab.tar.gz tor-d22deb61d600ae1df7c1ddff5f20d472ae4bfaab.zip |
r11495@Kushana: nickm | 2006-12-11 19:11:14 -0500
More evdns: tab fixes. Dont make users worry about flags. Set truncated flag correctly when generating responses, rather than just bailing out.
svn:r9084
Diffstat (limited to 'doc/TODO')
-rw-r--r-- | doc/TODO | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -92,6 +92,7 @@ N - DNS improvements . Asynchronous DNS o Document and rename SearchDomains, ResolvConf options D Make API closer to getaddrinfo() + - Teach evdns about ipv6. - Teach evdns to be able to listen for requests to be processed. . Design interface. - Rename stuff; current names suck. @@ -105,6 +106,8 @@ N - DNS improvements o Queue responses when we see EAGAIN o Retry responses after a while o Be efficient about labels. + o Fix the interface for flags and flag handling. + o Generate truncated responses correctly. - Comment everything. - Clean up XXXX items - Test |