Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 208f2037 authored by fangxiaozhi's avatar fangxiaozhi Committed by David S. Miller
Browse files

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: default avatarfangxiaozhi <huananhu@huawei.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 24cfbcba
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -36,7 +36,7 @@

#define PPP_VERSION	"2.4.2"

#define OBUFSIZE	256
#define OBUFSIZE	4096

/* Structure for storing local state. */
struct asyncppp {