From 52a0b9ca03909f56e615e9a4a5af6f02260cdce6 Mon Sep 17 00:00:00 2001 From: orignal Date: Sat, 13 Dec 2014 20:54:18 -0500 Subject: [PATCH] extend LeaseSet buffer to fir RSA-4096 key and signature --- LeaseSet.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LeaseSet.h b/LeaseSet.h index e1286681..9b555daa 100644 --- a/LeaseSet.h +++ b/LeaseSet.h @@ -36,7 +36,7 @@ namespace data #pragma pack() - const int MAX_LS_BUFFER_SIZE = 2048; + const int MAX_LS_BUFFER_SIZE = 3072; class LeaseSet: public RoutingDestination { public: