mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-03-13 04:46:38 +01: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()
|
#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…
Add table
Reference in a new issue