genode/repos/ports
Martin Stein 3cdcb528ff nic_router: advanced timeout configuration
Replace former rtt_sec attribute of the <config> tag by more specific
(and still optional) attributes for timeouts used in the NIC router
(these are also the default values):

<config dhcp_discover_timeout_sec="10"
        dhcp_request_timeout_sec="10"
        dhcp_offer_timeout_sec="10"
        udp_idle_timeout_sec="30"
        tcp_idle_timeout_sec="600"
        tcp_max_segm_lifetime_sec="30">

Details about the new attributes can be found in the README of the router.

Issue #2590
2017-12-21 15:01:32 +01:00
..
doc Make label prefixing more strict 2016-11-30 13:37:07 +01:00
include pointer: custom pointer shape support 2017-11-30 11:23:22 +01:00
lib vbox5: build 'RTPathAppend()' implementation 2017-11-06 13:57:20 +01:00
mk noux: install tar archive as build result 2017-05-31 13:16:15 +02:00
ports vbox5: fix substring calculation for VM files in root directory 2017-11-06 13:57:25 +01:00
recipes depot: update recipe hashes 2017-11-30 11:24:49 +01:00
run nic_router: advanced timeout configuration 2017-12-21 15:01:32 +01:00
src pointer: custom pointer shape support 2017-11-30 11:23:22 +01:00
README

This directory contains ports of popular 3rd-party applications to Genode.

The 'ports' repository follows the line of the 'libports' repository.
For instructions about downloading and building 3rd-party applications,
please refer to 'libports/README'.


Dependencies from other repositories
------------------------------------

Application provided by the 'ports' repository typically expect a rich
runtime environment, including shared libraries provided by the 'libports'
repository. Hence, 'ports' depends on 'libports'.