mirror of
https://github.com/genodelabs/genode.git
synced 2025-04-12 21:53:28 +00:00
The only object that is dynamically allocated by a network interface and that was not equipped with a self-destruct timeout was the ARP waiter. This commit closes this gap by adding a timeout to each ARP waiter that is set to 10 seconds by default but can be configured via the new <config> attribute 'arp_request_timeout_sec'. Ref #4729
This source-code repository contains genuine low-level OS components and interfaces of Genode. It solely depends on the framework's base API.