diff options
author | Nick Mathewson <nickm@torproject.org> | 2016-09-18 20:21:08 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2016-12-08 16:47:57 -0500 |
commit | bfff729728e04d404533be7b86426833ca8d4a32 (patch) | |
tree | 3fa7e476a7eea18b17017fd01d8c0e8c695ae8f3 /src/or/circuitbuild.c | |
parent | ef5158b2d2f67a1d70e6194b0fde291f853d485e (diff) | |
download | tor-bfff729728e04d404533be7b86426833ca8d4a32.tar.gz tor-bfff729728e04d404533be7b86426833ca8d4a32.zip |
Add a bunch of work-in-progress comments for 15056 planning
Diffstat (limited to 'src/or/circuitbuild.c')
-rw-r--r-- | src/or/circuitbuild.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/or/circuitbuild.c b/src/or/circuitbuild.c index 9a3af4091e..887b8ecb7f 100644 --- a/src/or/circuitbuild.c +++ b/src/or/circuitbuild.c @@ -1185,6 +1185,10 @@ circuit_extend(cell_t *cell, circuit_t *circ) "Client asked me to extend back to the previous hop."); return -1; } + // XXX 15056 check prev-hop Ed ID too + + // XXX 15056 Fill in ed_pubkey if it was not provided and we can infer + // XXX 15056 it from the networkstatus. n_chan = channel_get_for_extend((const char*)ec.node_id, &ec.ed_pubkey, |