-
Notifications
You must be signed in to change notification settings - Fork 17
A variant of socketpair(2), producing selectable sockets, for use in code that must be portable to win32.
ncm/selectable-socketpair
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
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 0
No packages published