mirror of
https://github.com/reactos/reactos.git
synced 2024-11-10 00:34:39 +00:00
442f5dfab5
Currently ReactOS' winsock2 implementation lacks of non-blocking sockets support for recv() apicall, this causes that applications that make use of this feature can lead to unexpected behaviors, one of them is Nginx web server, which uses non-blocking sockets when serving pages through Https protocol. CORE-14486 It also brings us significantly closer in master head to running Firefox 52, Mypal 29.3.0 and New Moon 28 browser, where the latter allows to connect to mattermost from within ReactOS. In master head an additional reg file is needed to stop us from exporting specific NT6+ APIs, but in older releases all that should work out of the box with this brilliant patch. Co-authored-by: Julio Carchi Ruiz <julcar@informaticos.com> Co-authored-by: Stanislav Motylkov <x86corez@gmail.com> |
||
---|---|---|
.. | ||
dllmain.c | ||
event.c | ||
helpers.c | ||
sndrcv.c | ||
stubs.c |