Re: [PATCH 5/5] c/r: Add AF_UNIX support (v6)
From: John Dykstra <hidden>
Date: 2009-07-30 22:12:50
Possibly related (same subject, not in this thread)
- 2009-07-22 · [PATCH 5/5] c/r: Add AF_UNIX support (v6) · Dan Smith <hidden>
From: John Dykstra <hidden>
Date: 2009-07-30 22:12:50
On Thu, 2009-07-30 at 22:10 +0000, John Dykstra wrote:
quoted
In fact, in my testing, if you try to connect() C back to A, you get "Operation not permitted" becauseAquoted
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.
Never mind. You're talking about AF_UNIX. -- John