tis 2008-04-01 klockan 18:00 -0400 skrev Terry Dobbs: > Would you want the trace from the squid server, or from a client behind > the squid server? > > Also, the TCP scaling fix, it was just to add a record to the file > right? > > Also, I tried doing the window scaling again. Is it just as simple as > creating the file "tcp_default_win_scale" in /proc/sys/net/ipv4? The simplest way to test if it's window scaling biting the host (or to be correct it's firewall) is to disable window scaling. echo 0 >/proc/sys/net/ipv4/tcp_window_scaling The sysctls have changed somewhat since the lwn.net article was written many years ago. Regards Henrik