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

2019-08-19 Thread Chris Hegarty
Franta, > On 19 Aug 2019, at 09:34, František Kučera wrote: > > ... > can anyone tell me how to continue? I can change the code (the patch was only > proof-of-concept, fast hack) or change the design (e.g. creating a new module > instead of patching existing classes) but before I spend more ti

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

2019-08-19 Thread František Kučera
Dne 23. 07. 19 v 17:46 Alan Bateman napsal(a): On 22/07/2019 09:16, František Kučera wrote: It is a stream or a datagram socket – just from different domain (UNIX instead of INET or INET6) – but they work the same way. So yes, when I create a stream or datagram unix domain socket e.g. in syst