bio-routing / bio-rd

bio routing is a project to create a versatile, fast and reliable routing daemon in Golang. bio = BGP + IS-IS + OSPF
Apache License 2.0
283 stars 44 forks source link

feat: Implement exponential backoff for risclient #433

Closed margau closed 1 year ago

margau commented 1 year ago

This is a first suggestion on how to implement an exponential backoff for the ris client, avoiding the ris getting flooded in ObserveRIB retries. It has been not yet been tested, and is intended as an RFC.