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

Alexandre Julliard julliard at winehq.org
Mon Oct 12 02:25:18 CDT 2015


"Erich E. Hoover" <erich.e.hoover at wine-staging.com> writes:

> +    /* set reasonable defaults when requested */
> +    if (!bytes_per_send)
> +        bytes_per_send = 1024;

Is that the Windows default?  It doesn't seem very reasonable to me, it
won't even fill a network packet.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list