Re: [squid-users] [ext] Squid + ClamAV

2020-03-06 Thread Ralf Hildebrandt
* Andrea Venturoli : > Hello. > > Is this the right place to discuss Squid + C-ICAP + SquidClamAV + ClamAV? What do you need SquidClamAV for? I'm running Squid + C-ICAP + ClamAV only. Ralf Hildebrandt Charité - Universitätsmedizin Berlin Geschäftsbereich IT | Abteilung Netzwerk Campus Benjamin

[squid-users] Squid + ClamAV

2020-03-06 Thread Andrea Venturoli
Hello. Is this the right place to discuss Squid + C-ICAP + SquidClamAV + ClamAV? Normally I'd look for a specific mailing list, but it seems SquidClamAV has none. If this isn't the right place, can someone give a pointer on where to go? I setup the whole thing and it's working. However I oft

Re: [squid-users] TCP Fast open and squid4

2020-03-06 Thread Alex Rousskov
On 3/6/20 4:08 AM, Amos Jeffries wrote: > Squid is designed to open connections first (possibly a very long time) > before data is sent. So fast-open would require a significant re-design > of the task scheduling systems. > > IMO we would get better gains by simply re-ordering the tasks so > conne

Re: [squid-users] TCP Fast open and squid4

2020-03-06 Thread Amos Jeffries
On 22/02/20 1:11 am, David Touzeau wrote: > Hi > > Is Squid handle TCP Fast open on modern kernel ? > Not currently. AIUI the kernel may be configured with the feature on inbound connections. But Squid does not read it until at least one I/O cycle after the handshake completion anyway, so I wou