[PATCH 5/5] c/r: Add AF_UNIX support (v6)

John Dykstra john.dykstra1 at gmail.com
Thu Jul 30 15:10:53 PDT 2009


On Thu, 2009-07-30 at 08:49 -0700, Dan Smith wrote:
> In fact, in my testing, if you try
> to connect() C back to A, you get "Operation not permitted" because A
> is already connected elsewhere.

I suspect this is a testing error.  Connecting a datagram socket does
not change or query the state of the target--it is a purely local
operation.

  --  John



More information about the Containers mailing list