mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-31 16:35:28 +00:00
bf055e2cb4
* Catch Quota_guard exceptions wherever we do 'new (_alloc)' in Interface and in case drop the packet that caused the exception * Modify Interface::handle_config_2 to not use the guarded allocator of the NIC session quota as we cannot handle a RAM exhaustion well at this point in time. Instead use a Constructible member in Interface so that a needed RAM adds up to the calculation in the create_session implementation where an exhaustion is handled via a service denial. 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.