genode/ports/src/noux/net
Christian Prochaska e9ac4b653b Add support for symbolic links
This patch adds support for symbolic links in libc, libc plugins, file
system servers and Noux.

Fixes #322.
2012-10-08 15:05:02 +02:00
..
net.cc Add support for symbolic links 2012-10-08 15:05:02 +02:00
README Initial version of networking support for Noux 2012-05-29 13:54:59 +02:00
socket_descriptor_registry.h Noux/net: add reset_all() method to sd registry 2012-08-22 09:51:30 +02:00
socket_io_channel.h Add support for symbolic links 2012-10-08 15:05:02 +02:00
target.mk Noux: add timeout handling to select() 2012-08-22 09:51:27 +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).