summaryrefslogtreecommitdiff
path: root/src/or/connection_edge.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2007-04-30 14:09:11 +0000
committerNick Mathewson <nickm@torproject.org>2007-04-30 14:09:11 +0000
commit43385b9bc9f658b2686e0a897a33c98a8b098716 (patch)
tree63473578ab953b49f6bfc47a378acf29bd482e76 /src/or/connection_edge.c
parent420df2ce15172d2738758debd6135ce1accb267b (diff)
downloadtor-43385b9bc9f658b2686e0a897a33c98a8b098716.tar.gz
tor-43385b9bc9f658b2686e0a897a33c98a8b098716.zip
r12565@catbus: nickm | 2007-04-30 10:09:07 -0400
Misc cleanup and bulletproofing on r10056. svn:r10058
Diffstat (limited to 'src/or/connection_edge.c')
-rw-r--r--src/or/connection_edge.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/or/connection_edge.c b/src/or/connection_edge.c
index 035eecafc1..34d640014d 100644
--- a/src/or/connection_edge.c
+++ b/src/or/connection_edge.c
@@ -1178,6 +1178,10 @@ addressmap_get_mappings(smartlist_t *sl, time_t min_expires,
* one as needed), else if it's for a rendezvous circuit, fetch a
* rendezvous descriptor first (or attach/launch a circuit if the
* rendezvous descriptor is already here and fresh enough).
+ *
+ * The stream will exit from the hop
+ * indicatd by <b>cpath</b>, or to the last hop in circ's cpath if
+ * <b>cpath</b> is NULL.
*/
int
connection_ap_handshake_rewrite_and_attach(edge_connection_t *conn,