From b9f9c3b2a4529d912c6f9000746d5faa82785249 Mon Sep 17 00:00:00 2001 From: Grissiom Date: Thu, 4 Jul 2013 18:04:47 +0800 Subject: [PATCH] remove RT_LWIP_TCP_SND_BUF setting When not configured in rtconfig.h, lwipopt.h will give us a reasonable value(TCP_MSS * 2). --- bsp/sam7x/rtconfig.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/bsp/sam7x/rtconfig.h b/bsp/sam7x/rtconfig.h index 464d40c4d1..84f2a4452b 100644 --- a/bsp/sam7x/rtconfig.h +++ b/bsp/sam7x/rtconfig.h @@ -113,9 +113,6 @@ /* the number of simulatenously active TCP connections*/ #define RT_LWIP_TCP_PCB_NUM 5 -/* TCP sender buffer space*/ -#define RT_LWIP_TCP_SND_BUF 1500 - /* Enable SNMP protocol*/ /* #define RT_LWIP_SNMP */