Re: [squid-users] TCP out of memory

2018-01-04 Thread Amos Jeffries
On 04/01/18 21:51, Vieri wrote: Hi again, I haven't taken a look at Squid's source code, but I guess that when Squid communicates with a c-icap service it acts as a typical socket client, right? eg. connect(), write(), read(), close() Uh, Those are system calls for receiving TCP connections a

Re: [squid-users] Caching for download servers

2018-01-04 Thread Amos Jeffries
On 04/01/18 19:43, Umut Arus wrote: Thank you. It seems a nice guide. I mean caching some destinations used for download without doing any setup on client side. Is it possible to use dns to proxy redirection for some destination zones? No. Well, it may be _possible_ but very, very far from saf

Re: [squid-users] questions setting up transparent proxy

2018-01-04 Thread John Ratliff
On 1/3/2018 9:05 PM, Amos Jeffries wrote: > On 04/01/18 14:09, John Ratliff wrote: >> On 1/3/2018 3:26 PM, Antony Stone wrote: >>> On Wednesday 03 January 2018 at 21:06:42, John Ratliff wrote: >>> When I try to setup squid as a transparent proxy, I never get any response from Squid. >>>

[squid-users] TCP out of memory

2018-01-04 Thread Vieri
Hi again, I haven't taken a look at Squid's source code, but I guess that when Squid communicates with a c-icap service it acts as a typical socket client, right? eg. connect(), write(), read(), close() Does Squid consider forcing disconnection (close()) if the read() is "too long"? Is there suc