RFR: 8241550: [macOS] SSLSocketImpl/ReuseAddr.java failed due to "BindException: Address already in use" [v2]
Daniel Fuchs
dfuchs at openjdk.org
Tue May 28 11:11:06 UTC 2024
On Tue, 28 May 2024 01:46:01 GMT, Bradford Wetmore <wetmore at openjdk.org> wrote:
> It's too late now, but I might have suggested a short sleep between attempts.
@bradfordwetmore what would be the rationale for that? If the ReuseAddr::run method throws BindException, then retrying immediately should hopefully let us try the whole thing on a new different ephemeral port - so I'm not sure what waiting would buy us here.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/19358#issuecomment-2134949018
More information about the security-dev
mailing list