On Fri, Jul 26, 2013 at 8:35 AM, Daniel Micay <danielmicay@gmail.com> wrote:
On Thu, Jul 25, 2013 at 5:39 PM, Gaetan Bisson <bisson@archlinux.org> wrote:
[2013-07-25 12:28:59 -0600] Chris Moline:
very slow network connection when I'm running deluged
Look up "qos" (quality of service): Linux can be configured to prioritize sending small packets over larger ones. Small packets correspond almost exclusively to interactive connections...
-- Gaetan
I have transmission set to use `tcp_lp` as `peer-congestion-algorithm` in the configuration file and it works quite well.
Deluged doesn't seem to have a similar option. But I'm going with Gaetan's suggestion to use traffic shaping. It's a bit of reading since I haven't done much with iptables and tc but I will get there.