On Thu Aug 22 15:02:58 2024 +0000, Paul Gofman wrote:
changed this line in [version 2 of the diff](/wine/wine/-/merge_requests/6335/diffs?diff_id=127917&start_sha=481d0357b42472efa2a2644cb8667324b958b48d#3429c2152ff00da2c8dc7ad7d59d2987edb6f423_2672_2671)
That's right, checking if an address is a broadcast is non trivial, you would have to retrieve the local network adapters and check if the provided IP belong to it and then with the network address apply the mask and finally compare with the provided IP. And even then I'm not sure this is 100% correct.