dnstapir / pop

DNS TAPIR Policy Processor
BSD 2-Clause "Simplified" License
1 stars 1 forks source link

Need function to GC old IXFR structures #21

Open johanix opened 7 months ago

johanix commented 7 months ago

Strawman proposal:

We know all RPZ downstreams. If we track the serial they want to start from in each IXFR requests then we can discard the tail of the IXFR chain with serials older than the oldest RPZ downstream IXFR start.

johanix commented 6 months ago

All done, but not yet tested.