Re: bind() behavior inconsistency with Linux and MacOS

2019-06-05 Thread Corinna Vinschen
On Jun 5 15:06, Petr Skočík wrote: > Hi. > > I don't know if this is technically a bug, but I've noticed that unlike > on Linux or MacOS, I a cannot bind a unix domain socket in a child > process and then listen on it in the parent. > > The bind succeeds but `listen()` in the parent then fails

bind() behavior inconsistency with Linux and MacOS

2019-06-05 Thread Petr Skočík
Hi. I don't know if this is technically a bug, but I've noticed that unlike on Linux or MacOS, I a cannot bind a unix domain socket in a child process and then listen on it in the parent. The bind succeeds but `listen()` in the parent then fails with EINVAL. (The reason I'd like to `bind` in a