From 1f25263d71a9f1e68c373902673daa0123f7825d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrien=20B=C3=A9raud?= <adrienberaud@gmail.com> Date: Sun, 13 Dec 2015 02:08:55 -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 7c9431dd..63ebb6d0 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. + * Clean and powerfull distributed map API with storage of arbitrary binary values (up to 128 KB). * Optional public key cryptography layer providing data signature and encryption (using GnuTLS). * IPv4 and IPv6 support. * Python binding. -- GitLab