On Mon, Sep 19, 2011 at 09:54:16AM +0200, Brane F. Gra??nar wrote:
> On Monday 19 of September 2011 06:18:45 Willy Tarreau wrote:
> >    frontend xxx
> >        bind 1.2.3.4:80
> >        bind /var/run/haproxy/sock-xxx accept-proxy
> > 
> > But this requires that the ssl termination supports unix sockets and I
> > believe that stud currently does not.
> 
> Just a quick question, Willy; I read somewhere, that zero-copy is not 
> supported on unix sockets; Is this true? If yes, does that also affect linux 
> tcp splicing?

I have some memories of this too, because haproxy only enables splicing if
both ends are pure TCP sockets. So I assume that if I have added this test,
it is because it did not work otherwise ;-)

Cheers,
Willy


Reply via email to