mirror of
https://github.com/genodelabs/genode.git
synced 2025-02-22 02:16:44 +00:00
The log messages covered by verbose_packet_drop were previously configured by the verbose attribute. This isn't the case anymore. Now, you can configure them as follows: ! <config verbose_packet_drop="no" ... > ! <domain verbose_packet_drop="no" ... /> ! <config/> The new attribute determines whether to log each packet drop and the rational behind it. The <config> value affects all domains without a <domain> local value. Issue #2857
This source-code repository contains genuine low-level OS components and interfaces of Genode. It solely depends on the framework's base API.