Age | Commit message (Collapse) | Author |
|
|
|
5395880908fdb264b5b78ccc455dced49eb29915
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Notably, it's in a corked state and also when refeed is pending.
|
|
|
|
sockets have changed
|
|
|
|
|
|
table
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Also fixed forgotten best route selection among alien routes.
|
|
|
|
|
|
This is a reimplementation of commit 0f2be469f897b6d9f925563bbf522438c83522ea
by Alexander Zubkov. In the master branch, changes in commit eb937358
broke setting of channel preference for alien routes learned during
scan. The preference was set only for async routes.
The original solution is extended here to accomodate for v3 specifics.
|
|
closes #16
closes #17
closes #18
|
|
Merging the old version of route refresh export settle times with -s
ours as the new version is more contained.
|
|
This helps the route refresh procedures to finish or at least
do more work before the exporters jump in and steal all the CPU time
for themselves.
|
|
|
|
|
|
|
|
After flattening the route attribute structure, the ea_list ** is derivable
from rte * by arithmetics. Caching the derived value doesn't help performance
and therefore is removed as unnecessary.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Implemented the corking by our own commit, merging with "ours" strategy.
|
|
|