anacrolix / dht

dht is used by anacrolix/torrent, and is intended for use as a library in other projects both torrent related and otherwise
Mozilla Public License 2.0
313 stars 66 forks source link

Avoid flooding the netfilter connection tracking table #24

Closed anacrolix closed 5 years ago

anacrolix commented 6 years ago

Per https://github.com/elgatito/plugin.video.elementum/issues/169#issuecomment-417715347, the server should avoid flooding netfilter connection tracking tables. This should also benefit other implementations (like Windoze) as a side effect.

anacrolix commented 6 years ago

Should be fixed by https://github.com/anacrolix/dht/commit/efcc29278754bdd5e766edfb6675f3fe0199fc6f.

anacrolix commented 5 years ago

This isn't fixed, as Bootstrap is unaffected by the announce rate-limiting, and the limiting isn't actually connection specific.

anacrolix commented 5 years ago

This should be fixed by recent commits.