reduced memory usage

This commit is contained in:
orignal 2015-03-10 21:54:25 -04:00
parent c2edbdc487
commit d51b87e80a
4 changed files with 7 additions and 7 deletions

View file

@ -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;