genode/repos/ports/src/noux/net
Emery Hemingway e36ddaf659 Rename lwip library to lwip_legacy
Rename LwIP library in preparation for removal of LwIP libc plugin. The
current LwIP library will be replaced with a new version stripped of its
synchronous socket support. The next version will be incompatible with
the current, so removing 'lwip.lib.so' completely for a period makes it
easy to identify legacy users.

Fix #2797
2018-05-30 13:36:22 +02:00
..
construct.cc noux: add generic construction function 2017-02-28 12:59:32 +01:00
net.cc Rename lwip library to lwip_legacy 2018-05-30 13:36:22 +02:00
README Move repositories to 'repos/' subdirectory 2014-05-14 16:08:00 +02:00
socket_io_channel.h Adjust file headers to refer to the AGPLv3 2017-02-28 12:59:29 +01:00
target.mk Exclude higher-level repos from strict warnings 2018-01-17 12:14:36 +01: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).