Commit Graph

4 Commits

Author SHA1 Message Date
Solomon Hykes c9a7897773 Beam messages can attach arbitrary file descriptors.
Each transport is responsible for implementing file passing using the
best available method.

Current state of implementation:

* inmem: full
* unix: not yet implemented
2014-05-19 14:21:45 -07:00
Solomon Hykes 6fedd8c7ab Construct messages with explicit fields to allow for new fields
This is in preparation for the new `Attachment` field.
2014-05-19 14:20:53 -07:00
Solomon Hykes c4c06fb39a Add support for nested streams in beam/unix
[Signed-off-by: Solomon Hykes <solomon@docker.com>]
[Signed-off-by: Paul Nasrat <pnasrat@gmail.com>]
2014-05-18 16:42:03 -07:00
Solomon Hykes 78dcbe03d2 Start to move unix implementation to new beam interface.
Nested streams not yet supported, only supporting mode 0.

[Signed-off-by: Solomon Hykes <solomon@docker.com>]
[Signed-off-by: Paul Nasrat <pnasrat@gmail.com>]
2014-05-18 15:37:19 -07:00