5 Feb
2024
5 Feb
'24
12:21 p.m.
Jinoh Kang (@iamahuman) commented about server/sock.c:
if (bind_errno) status = sock_get_ntstatus( bind_errno ); else if (sock->wr_shutdown) status = STATUS_PIPE_DISCONNECTED; - else if (!async_queued( &sock->write_q )) + else if (!async_queue_has_waiting_asyncs( &sock->write_q ))
I wonder if we just want to special-case UDP (and other unordered-packet transports) here instead. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/4967#note_60032