On Tue, 3 Nov 2020 09:21:05 GMT, Michael McMahon <micha...@openjdk.org> wrote:
>> src/java.base/share/classes/java/net/doc-files/net-properties.html line 246: >> >>> 244: <H2>Unix domain sockets</H2> >>> 245: <P>There are a number of system (and networking) properties that >>> affect the behavior of >>> 246: channels to <i>Unix domain</i> server sockets when binding >>> <i>automatically</i>. >> >> Should this also mention <i>implicit</i> binding? > > I'm not sure, as the system properties don't affect implicit binding, but I > would have liked to have a place to "explain" all aspects of binding of Unix > domain sockets/server-sockets. Maybe, I could add a paragraph at the end, > just as an aside or note. Oh - I was assuming that implicit binding & automatic binding were identical - just had a different trigger. Maybe it would be worth spelling out that implicit binding is **not** affected by the property then? For my own curiosity - is it because automatic binding is performed by our java implementation while implicit binding is performed by the system? ------------- PR: https://git.openjdk.java.net/jdk/pull/1021