diff options
author | 2019-04-03 12:01:09 +0000 | |
---|---|---|
committer | 2019-04-03 12:01:09 +0000 | |
commit | 1a18eec5affd1804d0648eaaeb3ce9fb1757a85e (patch) | |
tree | 19257cfcc939c43a354e3ffc388fb8d22b8028bc /stacks/lwip_stack/lwip_src/common/stackxopts.h | |
parent | db9dffb1beafa94b9341c9638887b1c6c8768377 (diff) | |
parent | ab0c198b32bebf85f88a241de8fab08f5653f90e (diff) |
Merge "Fix: LWIP performance enhancement [iperf tool]"
Diffstat (limited to 'stacks/lwip_stack/lwip_src/common/stackxopts.h')
-rw-r--r-- | stacks/lwip_stack/lwip_src/common/stackxopts.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stacks/lwip_stack/lwip_src/common/stackxopts.h b/stacks/lwip_stack/lwip_src/common/stackxopts.h index 15fc6b8..04ff67d 100644 --- a/stacks/lwip_stack/lwip_src/common/stackxopts.h +++ b/stacks/lwip_stack/lwip_src/common/stackxopts.h @@ -48,6 +48,6 @@ extern struct memory_statics memory_used_size[80]; #define SPL_TCP_HLEN 20 #define SPL_TCP_MAX_OPTION_LEN 40 #define SPL_FRAME_MTU 1500 -#define SPL_TCP_SEND_MAX_SEG_PER_MSG 5 +#define SPL_TCP_SEND_MAX_SEG_PER_MSG 25 #endif |