Browse Source

extend LeaseSet buffer to fir RSA-4096 key and signature

pull/118/head
orignal 10 years ago
parent
commit
52a0b9ca03
  1. 2
      LeaseSet.h

2
LeaseSet.h

@ -36,7 +36,7 @@ namespace data
#pragma pack() #pragma pack()
const int MAX_LS_BUFFER_SIZE = 2048; const int MAX_LS_BUFFER_SIZE = 3072;
class LeaseSet: public RoutingDestination class LeaseSet: public RoutingDestination
{ {
public: public:

Loading…
Cancel
Save