Zebediah Figura (@zfigura) commented about dlls/ntdll/unix/socket.c:
* This causes 'sendmsg' to throw a EINVAL error, on Windows this does nothing but consume the data.*/ssize_t i;for(i = async->iov_cursor; i < async->count; i++){async->sent_len += async->iov[i].iov_len;}WARN("Attempting to send to port 0, skipping over data.\n");status = STATUS_SUCCESS;}else{status = try_send( fd, async );}
```suggestion:-2+0 { status = try_send( fd, async ); } ```