mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-19 13:47:56 +00:00
eba22b7551
* Update links from forward rules only with forward rules and links from transport-routing rules only with transport-routing rules. Besides raising the performance of the code, this also fixes a former bug that allowed forward-rule links to falsely stay active because of a transport-routing rule that matched the client destination ip and port. * Don't use good-case exceptions for updating TCP/UDP links on re-configuration of the router. * Make conditions when to dismiss a forward rule easier to read. * Introduces != operator to the public Port class in the net library. * Fix unnecessary log message that a link was dismissed when only a potentially matching forward rule turned out to be not matching. * Apply Genode coding style to if statements with a single body statement. Fix #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.