Skip to content
Snippets Groups Projects
Commit 2bb6bdc3 authored by Nick Mathewson's avatar Nick Mathewson :game_die:
Browse files

Better doc for consider_recording_trackexithost

parent da8297db
No related branches found
No related tags found
No related merge requests found
......@@ -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)
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment