genode/ports/src/noux/net
Norman Feske 8243329ad4 os: Move Genode::Config into 'config' library
Originally, the convenience utility for accessing a process
configuration came in the form of a header file. But this causes
aliasing problems if multiple compilation units access the config while
the configuration gets dynamically updated. Moving the implementation of
the accessor to the singleton object into a library solves those
problems.
2013-09-23 14:25:58 +02:00
..
net.cc Update copyright headers to 2013 2013-01-10 21:44:47 +01:00
README Initial version of networking support for Noux 2012-05-29 13:54:59 +02:00
socket_io_channel.h Update copyright headers to 2013 2013-01-10 21:44:47 +01:00
target.mk os: Move Genode::Config into 'config' library 2013-09-23 14:25:58 +02:00

This directory contains the implementation of network related stuff for noux.

Currently network support is provided by using the libc and lwip directly
(only for initialization of the actual network subsystem).