genode/repos/os
Martin Stein 20371d0445 nic_router: drop closed tcp links immediately
RFCs recommend to keep TCP connections for a certain time even after they
finished a close handshake, AFAIK, in order to be able to recognize astray
packets when they arrive later. This seems overambitious especially when in
the context of the router where session quota is pretty limited. Therefore,
this commit drops this final timeout and drops closed connections immediately.

Ref #4729
2024-06-20 12:56:19 +02:00
..
doc Remove SIGNAL/CAP/RAM services from run scripts 2022-04-13 08:08:00 +02:00
include nic_router: remove use of exception handling 2024-06-20 12:54:31 +02:00
lib Rename src/drivers to src/driver 2024-06-20 12:54:30 +02:00
recipes Rename src/drivers to src/driver 2024-06-20 12:54:30 +02:00
run Rename src/drivers to src/driver 2024-06-20 12:54:30 +02:00
src nic_router: drop closed tcp links immediately 2024-06-20 12:56:19 +02:00
xsd sntp_client: add DNS lookup option 2023-11-28 14:24:23 +01:00
README API documentation refinements 2017-05-31 13:16:21 +02:00

This source-code repository contains genuine low-level OS components and
interfaces of Genode. It solely depends on the framework's base API.