[PATCH 1/3] ws2_32: Implement a basic synchronous TransmitFile (try 3).

Erich E. Hoover erich.e.hoover at wine-staging.com
Sun Oct 11 18:38:17 CDT 2015


This patch adds support for the basic file-transfer operation of
TransmitFile.  It reads the file in as "bytes_per_send" chunks, which
it then sends to the destination using WS2_send.  This process is
repeated synchronously (until patch 5 adds async support) until the
entire file is sent.

This version has been updated to reject operations on non-disk file
handles and to correctly use wsaErrStatus instead of wsaErrno for an
error code.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-ws2_32-Implement-a-basic-synchronous-TransmitFile.patch
Type: application/x-download
Size: 10014 bytes
Desc: not available
URL: <http://www.winehq.org/pipermail/wine-patches/attachments/20151011/ad1f02d1/attachment-0001.bin>


More information about the wine-patches mailing list