NICMx / FORT-validator

RPKI cache validator
MIT License
47 stars 23 forks source link

Eliminate rsync-strategy #80

Closed ydahhrk closed 7 months ago

ydahhrk commented 2 years ago

The rsync-strategy optimization assumes most of the repository is accessed through rsync. Now that RRDP is the dominant repository download protocol, it's probably just causing lots of redundant file downloads.

Either way, this will need to be inevitably fixed as part of #74.

Branch rrdp-refactor has a WIP on this bug.