mirror of
https://github.com/PurpleI2P/i2pd
synced 2024-11-10 00:00:29 +03:00
extend LeaseSet buffer to fir RSA-4096 key and signature
This commit is contained in:
parent
0a9eca9f94
commit
52a0b9ca03
@ -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…
Reference in New Issue
Block a user