Note a couple of correctness fixes we might backport.

svn:r16774
This commit is contained in:
Nick Mathewson 2008-09-05 18:01:10 +00:00
parent a03e48c541
commit cbadc6efe3
1 changed files with 3 additions and 0 deletions

View File

@ -15,3 +15,6 @@ Backport for 0.2.0 once better tested:
o r16605: relays reject risky extend cells.
o r16698: don't use a new entry guard that's also your exit.
- r16558: Avoid mis-routing CREATED cells.
- r16621: Make some DNS code more robust (partial; see also libevent
approach). (Also maybe r16674)