Browse Source
We reuse the CANDIDATE flag in various places across the codebase, which is probably incorrect given the original intention for the flag. Clearing it before use would be a performance hit for incremental connectivity - and we can't rely on other users of the flag to clear it for us. So we now use a new flag just for connectivity to avoid other users trampling on connectivity updates.pull/18/head
3 changed files with 7 additions and 6 deletions
Loading…
Reference in new issue