Re: [PATCH 0/4] MR384: winsock: Support fallback to ICMP over SOCK_DGRAM on Linux
9 Jul
2022
9 Jul
'22
8:06 a.m.
Jinoh Kang (@iamahuman) commented about dlls/ws2_32/socket.c:
}
-static BOOL protocol_matches_filter( const int *filter, int protocol ) +static BOOL protocol_matches_filter( const int *filter, unsigned int index ) Would it be more clear to accept `const WSAPROTOCOL_INFOW *` instead of an index into the `supported_protocols` array?
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/384#note_3811
1253
Age (days ago)
1253
Last active (days ago)
0 comments
1 participants
participants (1)
-
Jinoh Kang (@iamahuman)