提交 208f2037 编写于 作者: F fangxiaozhi 提交者: David S. Miller

net: PPP buffer too small for higher speed connections

1. This patch is based on the kernel of 2.6.32-rc7 

2. In this patch, we enlarge the out buffer size to optimize the
   upload speed for the ppp connection. Then it can support the upload of
   HSUPA data cards.
Signed-off-by: Nfangxiaozhi <huananhu@huawei.com>
Signed-off-by: NDavid S. Miller <davem@davemloft.net>
上级 24cfbcba
......@@ -36,7 +36,7 @@
#define PPP_VERSION "2.4.2"
#define OBUFSIZE 256
#define OBUFSIZE 4096
/* Structure for storing local state. */
struct asyncppp {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册