genode/repos/ports/src/noux/net
Josef Söntgen 50b8094d0d noux: extent network errno handling
Add ECONNRESET, ECONNABORTED and EHOSTUNREACH.

Issue #1810.
2015-12-10 13:16:29 +01:00
..
net.cc Move repositories to 'repos/' subdirectory 2014-05-14 16:08:00 +02:00
README Move repositories to 'repos/' subdirectory 2014-05-14 16:08:00 +02:00
socket_io_channel.h noux: extent network errno handling 2015-12-10 13:16:29 +01:00
target.mk vfs: decouple file-system factory from libc 2015-06-09 11:00:10 +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).