提交 ecfe1c78 编写于 作者: B bernard.xiong

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
上级 d1b86442
......@@ -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 *
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册