June 8, 2026
6:01 p.m.
-- v7: nsiproxy.sys: Use compatible ICMP request id and seq numbers. nsiproxy.sys: Support ICMP error replies with ping sockets. nsiproxy.sys: Reuse icmp socket with matching parameters. nsiproxy.sys: Return ICMP ids from parse_icmp_hdr() instead of matching those. nsiproxy.sys: Poll all icmp sockets in a single thread. nsiproxy.sys: Manage ICMP listen threads on the Unix side. nsiproxy.sys: Contain all the reply data in struct icmp_reply_ctx. nsiproxy.sys: Rename icmp_listen into icmp_get_reply. nsiproxy.sys: Factor out icmp_socket structure. https://gitlab.winehq.org/wine/wine/-/merge_requests/10954