Opened 13 years ago
Last modified 15 months ago
#777 assigned enhancement
unix-sockets: implement FD sending and receiving
Reported by: | Moritz Heidkamp | Owned by: | felix winkelmann |
---|---|---|---|
Priority: | not urgent at all | Milestone: | someday |
Component: | extensions | Version: | 4.7.x |
Keywords: | unix-sockets | Cc: | |
Estimated difficulty: | easy |
Description
Unix domain sockets allow sending and receiving FDs through them. It would be nice to add this functionality to the unix-sockets egg. Ruby has a pretty convenient implementation of this, maybe it could be used as a reference. See http://apidock.com/ruby/UNIXSocket/send_io and http://apidock.com/ruby/UNIXSocket/recv_iop.
Change History (4)
comment:1 Changed 13 years ago by
Milestone: | 4.8.0 |
---|
comment:2 Changed 7 years ago by
Estimated difficulty: | → easy |
---|---|
Owner: | set to Jim Ursetto |
Status: | new → assigned |
comment:3 Changed 7 years ago by
Owner: | changed from Jim Ursetto to felix winkelmann |
---|
Sorry, wrong maintainer
comment:4 Changed 15 months ago by
Milestone: | → someday |
---|
Note: See
TracTickets for help on using
tickets.
I think this is a matter of calling the right ioctl