Zebediah Figura : ws2_32: Reimplement bind() and getsockname() on top of IOCTL_AFD_BIND and IOCTL_AFD_GETSOCKNAME respectively.

Alexandre Julliard julliard at winehq.org
Wed Jun 16 16:26:23 CDT 2021


Module: wine
Branch: master
Commit: 5c009c17b3a212c3f5b0034c465077c0c593daae
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=5c009c17b3a212c3f5b0034c465077c0c593daae

Author: Zebediah Figura <z.figura12 at gmail.com>
Date:   Tue Jun 15 23:13:32 2021 -0500

ws2_32: Reimplement bind() and getsockname() on top of IOCTL_AFD_BIND and IOCTL_AFD_GETSOCKNAME respectively.

Signed-off-by: Zebediah Figura <z.figura12 at gmail.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/ws2_32/socket.c         | 344 ++++++-------------------------------------
 dlls/ws2_32/tests/afd.c      |   8 +-
 dlls/ws2_32/tests/sock.c     |   2 +-
 dlls/ws2_32/ws2_32_private.h |   4 -
 4 files changed, 54 insertions(+), 304 deletions(-)

Diff:   https://source.winehq.org/git/wine.git/?a=commitdiff;h=5c009c17b3a212c3f5b0034c465077c0c593daae



More information about the wine-cvs mailing list