Allow network buffers to work directly with peripheral memory #225
Labels
class-feature
domain-production
Pertains to the shippable code rather than any scaffolding
priority-low
A minor issue
The above diagram shows how memory is copied from peripheral memory into system memory before it is again copied by the transport layer into the final message data passed to applications. It should be possible to allow a platform to expose the peripheral memory directly to the transport layer using the media layer as an abstract memory view. This will require an abstract means for safely sharing this memory so there's some careful design that has to occur first.
The text was updated successfully, but these errors were encountered: