genode/ports/src/noux/net
2012-08-22 09:51:30 +02:00
..
net.cc Noux: add cleanup_socket_descriptors() function 2012-08-22 09:51:30 +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 Noux/net: add proper fcntl() to socket_io_channel 2012-08-22 09:51:30 +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).