# odhtdb OpenDHT Database # Limits Only 65kb of data can be used for each `add`. You can add more data by using `add` several times. User and group name can't be longer than 255 characters. # TODO ## Node banning Ban nodes that spam put or get (malicious nodes). If data is routed, then the router node should first ban the malicious node so the router node is not banned if it's not malicious. But how can we know if data was routed? does opendht expose this to other nodes in some way? ## Error handling Currently operations are executed without knowing if they succeed or not. Operations should be modified to perhaps return std::future or use a callback function which is called with the operation result. ## Safely store private keys Use Argon2 to store private keys