]> git.ipfire.org Git - thirdparty/tor.git/commit
Add a bunch of new comments to explain connection_ap_rewrite{,_and_attach}
authorNick Mathewson <nickm@torproject.org>
Sun, 18 Jan 2015 20:10:35 +0000 (15:10 -0500)
committerNick Mathewson <nickm@torproject.org>
Mon, 19 Jan 2015 16:30:22 +0000 (11:30 -0500)
commit758d77130c654bcf71ba28a3ba75bd8569efc985
tree0c0708e026c4485cb5a0fed3e05bf4486dc4dd59
parent54e4aaf52c882626fe2cce0ba704d9661269ab99
Add a bunch of new comments to explain connection_ap_rewrite{,_and_attach}

Also, do a little light refactoring to move some variable declarations
around and make a few things const

Also fix an obnoxious bug on checking for the DONE stream end reason.
It's not a flag; it's a possible value or a variable that needs to be
masked.
src/or/connection_edge.c
src/or/connection_edge.h