change default value of TCP_SND_BUF to 2048.

git-svn-id: https://rt-thread.googlecode.com/svn/trunk@352 bbd45198-f89e-11dd-88c7-29a3b14d5316
This commit is contained in:
bernard.xiong 2010-01-31 03:17:42 +00:00
parent d1b86442fe
commit ecfe1c788a
1 changed files with 1 additions and 1 deletions

View File

@ -182,7 +182,7 @@
#ifdef RT_LWIP_TCP_SND_BUF
#define TCP_SND_BUF RT_LWIP_TCP_SND_BUF
#else
#define TCP_SND_BUF 1024
#define TCP_SND_BUF 2048
#endif
/* TCP sender buffer space (pbufs). This must be at least = 2 *