WAITALL socket option support for Windows

Bug #1979132 reported by Xin Wang
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
SBCL
New
Undecided
Unassigned

Bug Description

Currently, on Windows, WAITALL option for sb-bsd-sockets:SOCKET-RECEIVE has no effect, as sockint::MSG-WAITALL is zero, which is different from Linux.

According to the document of winsock[1], MSG_WAITALL is supported on Windows, so it would be nice if SBCL can add support for it.

[1]: https://docs.microsoft.com/en-us/windows/win32/api/winsock/nf-winsock-recv

Revision history for this message
Xin Wang (dramwang) wrote :

I have created a PR to fix this issue: https://github.com/sbcl/sbcl/pull/46

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.