Skip to content
Snippets Groups Projects
Commit 0610a3c7 authored by Adrien Béraud's avatar Adrien Béraud
Browse files

Update README.md

parent 530e8257
No related branches found
No related tags found
No related merge requests found
...@@ -4,8 +4,8 @@ A lightweight C++11 Distributed Hash Table implementation ...@@ -4,8 +4,8 @@ A lightweight C++11 Distributed Hash Table implementation
* Light C++11 Kademlia DHT library * Light C++11 Kademlia DHT library
* Simple distributed map API * Simple distributed map API
* Support for arbitrary value types (not just IPs) * Support for storage of arbitrary values (not just IPs)
* Optional crypto/identity layer with data signature and encryption (using GnuTLS) * Optional public key cryptography layer providing data signature and encryption (using GnuTLS)
* Fast bootstrap and announce time * Fast bootstrap and announce time
* Not compatible with Bittorrent DHT (mainline). * Not compatible with Bittorrent DHT (mainline).
* Originally based on https://github.com/jech/dht by Juliusz Chroboczek * Originally based on https://github.com/jech/dht by Juliusz Chroboczek
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment