-
- Downloads
send the end cell when we realize we're going to end,
not when we're closing the stream. this lets us put a payload in the end cell if we want to, to describe why we're closing the stream. there are still some places where we don't send the end cell immediately. i need to track them down. but it's a low priority, since i've made it send the end cell when we close the stream if we haven't already sent it. svn:r640
Showing
- src/or/circuit.c 53 additions, 42 deletionssrc/or/circuit.c
- src/or/connection.c 4 additions, 3 deletionssrc/or/connection.c
- src/or/connection_edge.c 56 additions, 16 deletionssrc/or/connection_edge.c
- src/or/dns.c 2 additions, 2 deletionssrc/or/dns.c
- src/or/or.h 5 additions, 0 deletionssrc/or/or.h
- src/or/test.c 5 additions, 5 deletionssrc/or/test.c
Loading
Please register or sign in to comment