mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-27 11:17:49 +02:00
reduced memory usage
This commit is contained in:
parent
c2edbdc487
commit
d51b87e80a
4 changed files with 7 additions and 7 deletions
|
@ -106,7 +106,7 @@ namespace tunnel
|
|||
}
|
||||
|
||||
const size_t I2NP_MAX_MESSAGE_SIZE = 32768;
|
||||
const size_t I2NP_MAX_SHORT_MESSAGE_SIZE = 2400;
|
||||
const size_t I2NP_MAX_SHORT_MESSAGE_SIZE = 4096;
|
||||
struct I2NPMessage
|
||||
{
|
||||
uint8_t * buf;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue