You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(local): close POSIX/Windows gaps for local stream sockets
- Add Windows make_local_stream_pair() via temp-listener emulation
of socketpair(), enabling socket-pair tests on IOCP
- Implement assign_socket() in win_local_stream_service so raw
SOCKET handles can be registered with the IOCP port
- Enable local_stream_socket tests on Windows (construction, open,
move, connect/accept, read/write, available, release)
- Add portable temp_socket_dir helper using std::filesystem for
temp paths across platforms
- Guard local datagram code (SOCK_DGRAM) as POSIX-only at compile
time — Windows does not support AF_UNIX SOCK_DGRAM
- Remove dead IOCP datagram implementation files
(win_local_dgram_service.hpp, win_local_dgram_socket.hpp)
- Document Windows limitation on local_datagram_socket and
local_datagram headers
0 commit comments