Skip to content

Commit

Permalink
extend LeaseSet buffer to fir RSA-4096 key and signature
Browse files Browse the repository at this point in the history
  • Loading branch information
orignal committed Dec 14, 2014
1 parent 0a9eca9 commit 52a0b9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion LeaseSet.h
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 52a0b9c

Please sign in to comment.