mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-19 13:47:56 +00:00
845694bc44
This fixes a bug that was introduced by this earlier commit: "nic_router: find forward rules w/o exceptions" The NIC router used to falsely dissolve TCP/UDP connection states when reconfiguring although the connection states were still legal according to the new config. The reason was that the above mention commit nested lambdas but missed to return from the last nesting level when having found a configuration that legitimates the connection state. Ref #4728 |
||
---|---|---|
.. | ||
doc | ||
include | ||
lib | ||
recipes | ||
run | ||
src | ||
xsd | ||
README |
This source-code repository contains genuine low-level OS components and interfaces of Genode. It solely depends on the framework's base API.