Skip to content

GerHobbelt/selectable-socketpair

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 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

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 96.4%
  • Makefile 3.6%