Why does netstat show two connections per client connection to Squid:
tcp 0 0 127.0.0.1:3128 127.0.0.1:34167 ESTABLISHED
tcp 0 0 127.0.0.1:34167 127.0.0.1:3128 ESTABLISHED
tcp 0 0 127.0.0.1:3128 127.0.0.1:34167 ESTABLISHED
tcp 0 0 127.0.0.1:34167 127.0.0.1:3128 ESTABLISHED
In this case, there is a content filter running in front of Squid on the same box. The same netstat command filtered on the content filter port shows only one connection per client:
tcp 0 0 192.168.x.x:8080 192.168.x.y:1310 ESTABLISHED
tcp 0 0 192.168.x.x:8080 192.168.x.y:1310 ESTABLISHED
Thanks,
Chris
_______________________________________________ squid-users mailing list squid-users@xxxxxxxxxxxxxxxxxxxxx http://lists.squid-cache.org/listinfo/squid-users