* 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
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
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
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