From 92962f78f4edfa0d34468cda3c0c700a5aa333fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrien=20B=C3=A9raud?= <adrien.beraud@savoirfairelinux.com> Date: Tue, 16 Feb 2016 22:07:18 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index aa5a32ec..175a126c 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ A lightweight C++11 Distributed Hash Table implementation originally based on ht * Light and fast C++11 Kademlia DHT library. * Distributed shared key->value data-store - * Clean and powerfull distributed map API with storage of arbitrary binary values of up to 128 KB. + * Clean and powerfull distributed map API with storage of arbitrary binary values of up to 56 KB. * Optional public key cryptography layer providing data signature and encryption (using GnuTLS). * IPv4 and IPv6 support. * Python binding. -- GitLab