pptp stops receiving packets when bandwidth spike
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Arch Linux |
New
|
Undecided
|
Unassigned | ||
pptp-linux (Ubuntu) |
Confirmed
|
Undecided
|
Unassigned |
Bug Description
Binary package hint: pptp-linux
I've had this problem since long ago, when downloading at high speed (ubuntu images from my uni's network and similar) my network connection would become unresponsive, and I had to reconnect. This hit me real hard today, as it kept happening while I was browsing a single youtube clip.
My dorm uses PPTP to connect to the net, and we have a fairly juicy line (~100mbps). I've researched a bit, and tried to adjust the MISSING_WINDOW in pqueue.h to 6000 from 300 (per [1] and [2]), and I think this fixed my problem.
I guess this could've been fixed upstream already, but still would be nice to have this backported if possible. If nothing else, this bug-report might help someone else with the same problem.
[1]http://
[2]https:/
someone else with the same problem:
http://
ProblemType: Bug
DistroRelease: Ubuntu 10.04
Package: pptp-linux 1.7.2-4
ProcVersionSign
Uname: Linux 2.6.32-25-generic i686
NonfreeKernelMo
Architecture: i386
Date: Thu Nov 25 23:42:53 2010
InstallationMedia: Ubuntu 10.04 LTS "Lucid Lynx" - Release i386 (20100429)
ProcEnviron:
PATH=(custom, user)
LANG=en_US.utf8
SHELL=/bin/bash
SourcePackage: pptp-linux
Changed in pptp-linux (Ubuntu): | |
status: | New → Confirmed |
I have produced the patch for version 1.7.2 of the pptp-client that does the following:
1) sets default MISSING_WINDOW value to 6000 instead of old 300
2) allows to specify the MISSING_WINDOW value in the command-line with `--missing-window` option to pptp
Looks like this patch either solves the problem or at least greatly reduces it's chances of happening.