Skip to content

Commit

Permalink
net: PPP buffer too small for higher speed connections
Browse files Browse the repository at this point in the history
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: fangxiaozhi <huananhu@huawei.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
fangxiaozhi authored and David S. Miller committed Nov 17, 2009
1 parent 24cfbcb commit 208f203
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/net/ppp_async.c
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@

#define PPP_VERSION "2.4.2"

#define OBUFSIZE 256
#define OBUFSIZE 4096

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

0 comments on commit 208f203

Please sign in to comment.