bgp / stayrtr

RPKI-To-Router server implementation in Go
BSD 3-Clause "New" or "Revised" License
91 stars 13 forks source link

Cache refactor #62

Open randomthingsandstuff opened 2 years ago

randomthingsandstuff commented 2 years ago

This is the initial refactor/shuffling required to get the cache in a place where we can test stuff, implement the timing behavior, scanning, etc.

I'm gonna let this sit for a bit for comment and see what happens.

ties commented 2 years ago

The goal is for this to be a refractor without functional changes for now?

randomthingsandstuff commented 2 years ago

The goal is for this to be a refractor without functional changes for now?

yes sir! if i didn't mess anything up, should just be able to add a loop method on *VRPCache and implement the timer happy stuff.

ties commented 1 year ago

Just realised this one was still open. I think the refactor looks good. @randomthingsandstuff: What do we want to do?