Skip to content

A variant of socketpair(2), producing selectable sockets, for use in code that must be portable to win32.

Notifications You must be signed in to change notification settings

ncm/selectable-socketpair

Repository files navigation

Windows XP doesn't provide POSIX socketpair(2).  Typical workarounds
based on pipes can't be used with win32 select(2).  This socketpair is 
named a little differently because it offers an extra argument needed 
for use in Windows code.  The extra argument is ignored on unixy systems.

About

A variant of socketpair(2), producing selectable sockets, for use in code that must be portable to win32.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published