extend LeaseSet buffer to fir RSA-4096 key and signature

This commit is contained in:
orignal 2014-12-13 20:54:18 -05:00
parent 0a9eca9f94
commit 52a0b9ca03

View File

@ -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: