r9561@Kushana: nickm | 2006-11-16 22:32:54 -0500

Tweaks to test-connection patch:  use ".noconnect" instead of ".test" (since there are lots of ways to test things).  Use a regular sequence of STREAM events (NEW followed by CLOSED) instead of a new event type.  Make the function that checks the address be static and use const and strcasecmpend properly.
 


svn:r8959
This commit is contained in:
Nick Mathewson
2006-11-17 03:34:58 +00:00
parent d125c61e02
commit e2abc727e5
5 changed files with 25 additions and 32 deletions
+6
View File
@@ -7,6 +7,12 @@ Changes in version 0.1.2.4-alpha - 2006-11-??
o Minor features
- Add breakdown of public key operations to dumped statistics.
o Minor features, controller
- Make all connections to addresses of the form .noconnect immediately
get closed. This is more useful than you'd think, since it lets
application/controller combos successfully tell when they're talking to
the same Tor by watching for STREAM events.
o Major bugfixes
- Handle TransPort connections even when the server sends data before
the client sends data. Previously, the connection would just hang