Change default MTU to 2800

This commit is contained in:
Joseph Henry
2020-05-06 20:24:58 -07:00
parent c4af6bc74f
commit 676ddd15d4
2 changed files with 5 additions and 5 deletions

View File

@@ -83,7 +83,7 @@
------------------------------------ Presets -----------------------------------
------------------------------------------------------------------------------*/
#define LWIP_MTU 1500
#define LWIP_MTU 2800
#define LWIP_CHKSUM_ALGORITHM 2
// memory
#define MEMP_NUM_NETCONN 1024