[PATCH 2/2] ws2_32: Add support for TF_REUSE_SOCKET to TransmitFile.

Sebastian Lackner sebastian at fds-team.de
Thu Oct 22 19:12:03 CDT 2015


On 23.10.2015 02:04, Erich E. Hoover wrote:
> This patch adds support for the TF_REUSE_SOCKET, which permits
> TransmitFile to setup a socket to be reused after it's been closed.
> We may wish to create a different server request for this that's more
> generic (like "set_socket_info") so that it can be used for other
> features, but this version seems more in-line with how server requests
> are currently processed.

Why does this patch delete a "closesocket()" call from the tests?
As already mentioned some time ago, I would prefer to have some tests
for this feature, to ensure that this is really how it is supposed to work.




More information about the wine-patches mailing list