Skip to content
Snippets Groups Projects
Commit 02a417d4 authored by Karsten Loesing's avatar Karsten Loesing
Browse files

Improve documentation for the last fix of bug 932.

parent 5f03d6c5
No related branches found
No related tags found
No related merge requests found
......@@ -389,7 +389,10 @@ _remove_old_client_helper(struct clientmap_entry_t *ent, void *_cutoff)
}
}
/** Forget about all clients that haven't connected since <b>cutoff</b>. */
/** Forget about all clients that haven't connected since <b>cutoff</b>.
* If <b>cutoff</b> is in the future, clients won't be added to the history
* until this time is reached. This is useful to prevent relays that switch
* to bridges from reporting unbelievable numbers of clients. */
void
geoip_remove_old_clients(time_t cutoff)
{
......
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