Summary
add socketpair call to unix-sockets egg
Metadata
- Id: 86feb06d67ca2be467878a8438295bca005e52ba
- Trac id: 787
- Type: enhancement
- Reporter: zbigniew
- Owner: felix
- Cc:
- Status: closed
- Component: extensions
- Estimated difficulty:
- Resolution: fixed
- Priority: minor
- Milestone:
- Version: 4.7.x
- Changetime: 2012-08-24 16:42:57 UTC
- Created: 2012-02-12 01:14:21 UTC
- Keywords: socketpair
Attachments
- 86feb06d67ca2be467878a8438295bca005e52ba/attachments/unix-sockets-wiki.diff.txt
- 86feb06d67ca2be467878a8438295bca005e52ba/attachments/unix-sockets-pair.diff.txt
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 .
Changes and comments
[2012-02-12 01:14:35 UTC] zbigniew attached unix-sockets-pair.diff.txt (description=#f)
[2012-02-12 01:14:43 UTC] zbigniew attached unix-sockets-wiki.diff.txt (description=#f)
[2012-08-24 16:42:57 UTC] felix changed status from new to closed
[2012-08-24 16:42:57 UTC] felix set resolution to fixed
[2012-08-24 16:42:57 UTC] felix wrote:
Sorry. I forgot about this.