Opened 13 years ago
Closed 12 years ago
#787 closed enhancement (fixed)
add socketpair call to unix-sockets egg
Reported by: | Jim Ursetto | Owned by: | felix winkelmann |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | extensions | Version: | 4.7.x |
Keywords: | socketpair | Cc: | |
Estimated difficulty: |
Description
As requested by davidpk in #chicken, this patch implements socketpair() in unix-sockets. The call is named unix-pair
, but feel free to change this.
There is a simple test program at http://paste.call-cc.org/paste?id=ddb14fa92a4821d9abdea55c736ca1b9db5bada1#a1 .
Attachments (2)
Change History (3)
Changed 13 years ago by
Attachment: | unix-sockets-pair.diff.txt added |
---|
Changed 13 years ago by
Attachment: | unix-sockets-wiki.diff.txt added |
---|
comment:1 Changed 12 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Sorry. I forgot about this.