Module: wine Branch: master Commit: 0f337f3d8e165764214c08239cf92aa65e4f5a57 URL: https://gitlab.winehq.org/wine/wine/-/commit/0f337f3d8e165764214c08239cf92aa...
Author: Paul Gofman pgofman@codeweavers.com Date: Tue Jul 5 14:07:29 2022 -0500
ntdll: Fixup ICMP packet id if SOCK_DGRAM fallback is used.
Signed-off-by: Paul Gofman pgofman@codeweavers.com
---
dlls/ntdll/unix/socket.c | 98 +++++++++++++++++++++++++++++++++++++++++- dlls/ws2_32/tests/sock.c | 2 +- include/wine/server_protocol.h | 39 ++++++++++++++++- server/protocol.def | 18 ++++++++ server/request.h | 14 ++++++ server/sock.c | 54 +++++++++++++++++++++++ server/trace.c | 24 +++++++++++ 7 files changed, 245 insertions(+), 4 deletions(-)