mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-14 07:03:44 +01:00
Improve documentation for the last fix of bug 932.
This commit is contained in:
parent
5f03d6c547
commit
02a417d4e0
@ -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
|
void
|
||||||
geoip_remove_old_clients(time_t cutoff)
|
geoip_remove_old_clients(time_t cutoff)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user