Commit 71cc8fa3 authored by Nikos Makris's avatar Nikos Makris

Changed the mem alloc of queue 12 for data; can now work for TCP split with traffic more than 2Mbps

parent 2a4fa1da
......@@ -151,7 +151,9 @@ private_mem_block(void check_free_mem_block (mem_block_t * leP);)
# define MEM_MNGT_MB12_BLOCK_SIZE MEM_MNGT_MB0_BLOCK_SIZE*4096
// 262144
# define MEM_MNGT_MB12_NB_BLOCKS 32 * MEM_SCALE
# define MEM_MNGT_MB12_NB_BLOCKS 1024 * MEM_SCALE
//# define MEM_MNGT_MB12_NB_BLOCKS 4096 * MEM_SCALE
# define MEM_MNGT_POOL_ID12 12
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment