mirror of
https://github.com/genodelabs/genode.git
synced 2025-02-21 02:01:38 +00:00
The former declaration of the IPv4 packet did not only use the questionable tool of implementation-defined C++ bitsets but also lacked access to flags "don't fragment" (DF) and "more fragments" (MF). This commit replaces the C++ bitsets by using the register framework and introduces accessors for the missing flags. Ref #4236
This source-code repository contains genuine low-level OS components and interfaces of Genode. It solely depends on the framework's base API.