Maciej Szulc wrote:

> enough to fulfill squid's bandwidth needs. In cache_log i can
> see 'TCP connection to ......... failed and after about 30 seconds
> (...) succeeded'
> 
> So i think that something is broken with
> (tcp|udp)_(incoming|outgoing)_address. Or maybe i'm wrong and i've
> missed sth.

Looks like you are correct. From reading the comm.c sources it looks
like a lot of things is forgotten when Squid retries a connect call. The
offending piece of code is in commResetFD which behaves very differently
from comm_open (both in comm.c).

---
Henrik Nordstrom
Spare time Squid hacker

Reply via email to