mirror of
https://github.com/genodelabs/genode.git
synced 2025-02-22 02:16:44 +00:00
Previously, all packets that the router wanted to sent were first prepared to their final state and then copied at once into the packet stream RAM. This is fine for packets that the router only passes through with modifying merely a few values. But for packets that the router writes from scratch on its own, it is better to compose the packet directly in the packet stream RAM. Fix #2626
This source-code repository contains genuine low-level OS components and interfaces of Genode. It solely depends on the framework's base API.