]> granicus.if.org Git - curl/commit
socketpair: an implemention for Windows and more
authorDaniel Stenberg <daniel@haxx.se>
Fri, 4 Oct 2019 21:59:29 +0000 (23:59 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 10 Oct 2019 09:04:38 +0000 (11:04 +0200)
commitbc2dbef0afc08229f836c19cf816261ebfd46f53
treeae037083ba53646e058b64bca7042e5bcede7e23
parent41c69f473eac2a9bd25c27748b33676ba0ce4086
socketpair: an implemention for Windows and more

Curl_socketpair() is designed to be used and work everywhere if there's
no native version or the native version isn't good enough.

Closes #4466
lib/Makefile.inc
lib/socketpair.c [new file with mode: 0644]
lib/socketpair.h [new file with mode: 0644]