Changeset 27292 in project
- Timestamp:
- 08/24/12 16:37:39 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
wiki/eggref/4/unix-sockets
r22329 r27292 61 61 Returns the pathname of the socket associated with the given listener object. 62 62 63 <procedure>(unix-pair)</procedure> 64 65 Create a pair of connected sockets and returns four values: an input- 66 and output-port for the first socket, and the same for the second 67 socket. These ports can be used for bidirectional communication 68 between a parent and child process, for example. 69 63 70 === Gotchas 64 71 … … 67 74 === Changelog 68 75 76 * 1.7 Add {{unix-pair}} 69 77 * 1.4 Do not import errno, to make it compatible with Chicken 4.1.0 70 78 * 1.3 Applied bugfix by Shawn Wagner
Note: See TracChangeset
for help on using the changeset viewer.