-
- Downloads
Recover better from TCP connections to Tor servers that are broken but
don't tell you (it happens!); and rotate TLS connections once a week. 1) If an OR conn becomes more than a week old, make it obsolete. 2) If it's obsolete and empty, kill it. 3) When an OR makes a second connection to you, allow it. 4) If we want to send a new create cell, but the best conn we've got is obsolete, and the router is 0.1.1.9-alpha-cvs or later, ask for a new conn instead. 5) When we time out on circuit building on the first hop, make that connection obsolete. svn:r5429
Showing
- src/or/circuitbuild.c 12 additions, 6 deletionssrc/or/circuitbuild.c
- src/or/circuituse.c 11 additions, 1 deletionsrc/or/circuituse.c
- src/or/connection.c 29 additions, 9 deletionssrc/or/connection.c
- src/or/connection_or.c 3 additions, 1 deletionsrc/or/connection_or.c
- src/or/dirserv.c 2 additions, 4 deletionssrc/or/dirserv.c
- src/or/main.c 24 additions, 3 deletionssrc/or/main.c
- src/or/or.h 4 additions, 1 deletionsrc/or/or.h
- src/or/router.c 1 addition, 2 deletionssrc/or/router.c
- src/or/routerlist.c 13 additions, 1 deletionsrc/or/routerlist.c
Loading
Please register or sign in to comment