remove unused value in router
This commit is contained in:
parent
00bbb3ac61
commit
6f1c30aef5
@ -18,10 +18,8 @@ var (
|
|||||||
AdvertiseEventsTick = 5 * time.Second
|
AdvertiseEventsTick = 5 * time.Second
|
||||||
// AdvertiseTableTick is time interval in which router advertises all routes found in routing table
|
// AdvertiseTableTick is time interval in which router advertises all routes found in routing table
|
||||||
AdvertiseTableTick = 1 * time.Minute
|
AdvertiseTableTick = 1 * time.Minute
|
||||||
// AdvertiseFlushTick is time the yet unconsumed advertisements are flush i.e. discarded
|
|
||||||
AdvertiseFlushTick = 15 * time.Second
|
|
||||||
// DefaultAdvertTTL is default advertisement TTL
|
// DefaultAdvertTTL is default advertisement TTL
|
||||||
DefaultAdvertTTL = 2 * time.Minute
|
DefaultAdvertTTL = 1 * time.Minute
|
||||||
// AdvertSuppress is advert suppression threshold
|
// AdvertSuppress is advert suppression threshold
|
||||||
AdvertSuppress = 200.0
|
AdvertSuppress = 200.0
|
||||||
// AdvertRecover is advert recovery threshold
|
// AdvertRecover is advert recovery threshold
|
||||||
|
Loading…
Reference in New Issue
Block a user