I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit 190a2147 authored by jrandom's avatar jrandom Committed by zzz
Browse files

Handle the netDb DoS problem at the root. The DoS was basically old peers telling us about expired

peers that we would crawl the entire netDb looking for (always failing, since there aren't any current
netDb entries for that peer that we would accept).
* keep a shitlist of keys we have recently searched for but were unable to find so we don't flood
* if our in-memory data store won't accept the data, its not helpful, so delete it on disk
* no need to do the preemptive refetching of a leaseSet, since we already garlic wrap it with payloads
* logging
parent 49573b9e
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment