genode/repos/os/src
Josef Söntgen dd47129bef nic session: link-state change handling
A Nic::Session client can install a signal handler that is used to
propagate changes of the link-state by calling 'link_state_sigh()'.
The actual link state is queried via 'link_state()'.

The nic-driver interface now provides a Driver_notification callback,
which is used to forward link-state changes from the driver to the
Nic::Session_component.

The following drivers now provide real link state: dde_ipxe, nic_bridge,
and usb_drv. Currently, OpenVPN, Linux nic_drv, and lan9118 do not
support link state and always report link up.

Fixes #1327
2015-03-27 11:53:13 +01:00
..
app os: make reusable cli_monitor headers public 2014-10-13 15:21:54 +02:00
drivers nic session: link-state change handling 2015-03-27 11:53:13 +01:00
init Init: support for aliases for child names 2015-01-20 11:25:59 +01:00
lib Improve 'Timed_semaphore' accuracy 2015-02-27 11:48:07 +01:00
server nic session: link-state change handling 2015-03-27 11:53:13 +01:00
test Move packet stream to Genode namespace, fix #1455 2015-03-19 08:57:22 +01:00