RFR: 8302659: Modernize Windows native code for NetworkInterface [v5]
Michael McMahon
michaelm at openjdk.org
Wed Mar 15 16:35:50 UTC 2023
On Wed, 1 Mar 2023 18:55:05 GMT, Rich DiCroce <duke at openjdk.org> wrote:
>> Improves performance and correctness, as discussed on the net-dev mailing list.
>
> Rich DiCroce has updated the pull request incrementally with one additional commit since the last revision:
>
> Revert flag change in ResolverConfigurationImpl
Marked as reviewed by michaelm (Reviewer).
I think the change looks good. We might need to put some more work into examining all details of behavior changes. For example, I noticed that previously the InetAddresses for each interface are returned IPv4 first, whereas now they are returned IPv6 first (on Windows 10 at least).
-------------
PR: https://git.openjdk.org/jdk/pull/12593
More information about the net-dev
mailing list