netsec-ethz / rains

RAINS (Another Internet Naming Service)
Apache License 2.0
9 stars 11 forks source link

Cache Check Points and Preloading Caches #164

Closed fehlmach closed 5 years ago

fehlmach commented 5 years ago

This pull requests allows a server to checkpoint its assertion, negAssertion, and zoneKey cache. Depending on the config, a server can preload the above three cache from checkpoint files. The integration test is extended to cover this case by spinning up a new caching resolver and loading its cache from a checkpoint created by another caching resolver. Fixes #105


This change is Reviewable