mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-28 06:13:31 +01:00
Add a comment about bto_update_best.
This commit is contained in:
parent
b0ae6a332a
commit
9d29abb34e
@ -62,6 +62,9 @@ bto_update_best(const bt_orconn_t *bto, bto_best_t *best, const char *type)
|
|||||||
{
|
{
|
||||||
if (bto->state < best->state)
|
if (bto->state < best->state)
|
||||||
return false;
|
return false;
|
||||||
|
/* Update even if we won't change best->state, because it's more
|
||||||
|
* recent information that a particular connection transitioned to
|
||||||
|
* that state. */
|
||||||
best->gid = bto->gid;
|
best->gid = bto->gid;
|
||||||
if (bto->state > best->state) {
|
if (bto->state > best->state) {
|
||||||
log_info(LD_BTRACK, "ORCONN BEST_%s state %d->%d gid=%"PRIu64, type,
|
log_info(LD_BTRACK, "ORCONN BEST_%s state %d->%d gid=%"PRIu64, type,
|
||||||
|
Loading…
Reference in New Issue
Block a user