
James Harper wrote:
I have a Linksys SRW2048 switch and the UI fails under IE[789] because it uses too many concurrent connections for the switch to handle. I can use IETab in Firefox which works because it indirectly limits the number of concurrent HTTP requests, but that isn't always a solution.
I have a squid proxy running on a linux router though, so I was hoping I could limit the number of concurrent connections. The docs tell me I can limit them by using a deny but that will result in the connection failing rather than simply being delayed until other connections are complete.
Any suggestions? I'll use netfilter to drop new connection requests if I can't figure it out using squid.
Bit of a dumb question, but if your users are benign, why not simply tell them not to multiplex connections to the same host? e.g. use wget instead of aria2. Also, polipo (alternative to squid) claims to be able to take care of automatically multiplexing *as appropriate*, i.e. iff the remote host speaks HTTP/1.1 pipelining.