genode/ports/src/noux/net
Josef Söntgen 2010a74fba Noux/net: add reset_all() method to sd registry
This method is called when a child is exiting to remove all remaining
sockets from the socket descriptor registry to close all sockets.
2012-08-22 09:51:30 +02:00
..
net.cc Noux: remove {get,free}addrinfo 2012-08-22 09:51:29 +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: add recvfrom() 2012-07-19 21:05:52 +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).