]> git.ipfire.org Git - thirdparty/squid.git/commit
Make tcp_recv_bufsize apply to send buffers as well, in an attempt to control window...
authorhno <>
Fri, 24 Aug 2007 23:56:45 +0000 (23:56 +0000)
committerhno <>
Fri, 24 Aug 2007 23:56:45 +0000 (23:56 +0000)
commit8f0d53ef7846093aa54e7fcaaf3c495f63f3d2a6
treebd3bd91e5511de3fc0beec925ae99a5e0c8ced2a
parent9edfee167f0863739da78c3f9400ba4bb4127116
Make tcp_recv_bufsize apply to send buffers as well, in an attempt to control window scaling

the main reason to set tcp_recv_bufsize is to avoid problems related to large
windows. For example many firewalls still have problems with window scaling.

this change makes the option apply to send buffers as well, and also hints
Linux that Squid will never increase the buffer so the window scaling should
be clamped to the indicated buffer size.
src/comm.cc