genode/repos/os
Martin Stein bd77bb41df nic_router: improve handling of TCP termination
Like suggested by RFC 2663, reprogram the dissolve timeout of a TCP link
state to 2 times the maximum segment lifetime (by default 1 minute) when
receiving a matching packet with the FIN flag set, or with the ACK flag
set to acknowledge a FIN of the remote side.

Mark a link state as closed (no further reprogramming of the dissolve
timeout) and set the dissolve timeout to 2 times the maximum segment
lifetime when receiving a packet with the RESET flag set.

Issue #2953
2018-10-29 09:36:21 +01:00
..
doc Remove obsolete RAM/CAP services from run scripts 2017-05-31 13:16:22 +02:00
include vfs: use correct enum values in 'Dir_file_system::open_composite_dirs()' 2018-09-13 15:21:11 +02:00
lib net: get rid of unused mac_from_string method 2018-05-30 13:36:36 +02:00
recipes depot: update recipe hashes 2018-10-01 11:25:03 +02:00
run nic_router: destroy links on insufficient resource 2018-10-29 09:36:21 +01:00
src nic_router: improve handling of TCP termination 2018-10-29 09:36:21 +01:00
xsd base: define generic config XSD types globally 2018-08-28 16:48:47 +02: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.