server: Introduce IOCTL_AFD_WINE_CONNECT.
commit4256253419998b433ef3143603c32798dc3fccb3
authorZebediah Figura <z.figura12@gmail.com>
Tue, 18 May 2021 02:29:59 +0000 (17 21:29 -0500)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 18 May 2021 07:56:25 +0000 (18 09:56 +0200)
treea696ad20d8554175cd66522f0811e9e4ab87f648
parent737fe1f99337ab999cf67fb1acdf96f70020b3d4
server: Introduce IOCTL_AFD_WINE_CONNECT.

I was able to reverse-engineer a native CONNECT ioctl, with code 0x801; but I
was not able to find a valid set of parameters which would allow us to
implement either connect() or ConnectEx(). In particular, I could not find a
way to make the ioctl respect nonblocking mode, and I could not find a way to
specify an initial buffer to be sent.

Signed-off-by: Zebediah Figura <z.figura12@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
include/wine/afd.h
server/sock.c