Re: Unix domain sockets (UDS, AF_UNIX) in System.inheritedChannel() and elsewhere in Java

2019-07-21 Thread František Kučera
Dne 19. 07. 19 v 18:10 Alan Bateman napsal(a): This is something that we've prototyped several times over the years but never came to a conclusion on whether to attempt to include it or not Albeit decades after other operating systems :-) even MS Windows are now able to work with unix domain soc

Re: Unix domain sockets (UDS, AF_UNIX) in System.inheritedChannel() and elsewhere in Java

2019-07-21 Thread Alan Bateman
On 21/07/2019 11:01, František Kučera wrote: I would also prefer String or Path in the Java API but sockaddr_un.sun_path is defined in the POSIX standard as a byte array and it might be not only a file path but there are also "abstract" paths which have no representation on the filesystem – the