]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Better doc for consider_recording_trackexithost
authorNick Mathewson <nickm@torproject.org>
Sun, 15 May 2011 15:37:33 +0000 (11:37 -0400)
committerNick Mathewson <nickm@torproject.org>
Sun, 15 May 2011 15:37:33 +0000 (11:37 -0400)
src/or/circuituse.c

index 6e069b16706395ffa8d5814445eff2a0d036c210..86db7c3a02951a797aaf40d164d617288477fd10 100644 (file)
@@ -1505,8 +1505,10 @@ hostname_in_track_host_exits(or_options_t *options, const char *address)
   return 0;
 }
 
-/** If an exit wasn't specifically chosen, save the history for future
- * use. */
+/** If an exit wasn't explicitly specified for <b>conn</b>, consider saving
+ * the exit that we *did* choose for use by future connections to
+ * <b>conn</b>'s destination.
+ */
 static void
 consider_recording_trackhost(edge_connection_t *conn, origin_circuit_t *circ)
 {