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

Initialize Item store when no one is provided. #52

Closed ajnavarro closed 3 years ago

ajnavarro commented 3 years ago

Closes #51

Please close this PR if the change is not the correct one.

Signed-off-by: Antonio Navarro Perez antnavper@gmail.com

anacrolix commented 3 years ago

I'm leaning towards instead not handling put and get messages if a store wasn't set in the ServerConfig.

anacrolix commented 3 years ago

Actually I think it would be best to enable this by default, and provide other ways to disable it.