mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
extend LeaseSet buffer to fir RSA-4096 key and signature
This commit is contained in:
parent
0a9eca9f94
commit
52a0b9ca03
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue