On Mon, 27 Jul 2020 at 13:14, Willy Tarreau <w...@1wt.eu> wrote:
> > However on a unix domain socket like this we never had this issue in
> > the first place, as connection-reuse cannot be used on it by
> > definition, correct?
>
> No, it doesn't change anything. We consider the connection, the protocol
> family it uses is irrelevant.

I don't know why, but I always wrongly assumed that a unix domain
socket can only be datagram sockets, while really it's up to the
application. And of course we use a stream sockets.

Glad I could eliminate this wrong assumption :)


Lukas

Reply via email to