From 43f218410f82c506e7fe8c4c013f65a689da8304 Mon Sep 17 00:00:00 2001 From: orignal Date: Thu, 28 Mar 2019 18:48:38 -0400 Subject: [PATCH] correct b33 address length threshold --- libi2pd_client/AddressBook.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libi2pd_client/AddressBook.h b/libi2pd_client/AddressBook.h index b12c6c74..b3dfef47 100644 --- a/libi2pd_client/AddressBook.h +++ b/libi2pd_client/AddressBook.h @@ -29,7 +29,7 @@ namespace client const uint16_t ADDRESS_RESOLVER_DATAGRAM_PORT = 53; const uint16_t ADDRESS_RESPONSE_DATAGRAM_PORT = 54; - const size_t B33_ADDRESS_THRESHOLD = 56; // characters + const size_t B33_ADDRESS_THRESHOLD = 52; // characters struct Address {