[Git][wine/wine][master] iphlpapi: Sort adapters by route metric in GetAdaptersAddresses().
Alexandre Julliard pushed to branch master at wine / wine Commits: 72f11610 by Hans Leidekker at 2024-11-20T11:08:21+01:00 iphlpapi: Sort adapters by route metric in GetAdaptersAddresses(). Manual tests modifying metrics confirm that GetAdaptersAddresses() sorts the list using the lower of ipv4 and ipv6 metrics, low to high. The order in which NsiAllocateAndGetTable(NSI_NDIS_IFINFO_TABLE) returns adapters is not affected by route metric. Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=56790 - - - - - 1 changed file: - dlls/iphlpapi/iphlpapi_main.c View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/72f11610cafb018fde8c56e05003c24... -- View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/72f11610cafb018fde8c56e05003c24... You're receiving this email because of your account on gitlab.winehq.org.
participants (1)
-
Alexandre Julliard (@julliard)