◐ Shell
clean mode source ↗

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

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Folders and files

NameName

Last commit message

Last commit date

Latest commit

History

23 Commits

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

Readme

Activity

Stars

25 stars

Watchers

2 watching

Forks

17 forks

Releases

No releases published