mirror of
https://github.com/reactos/reactos.git
synced 2025-07-01 07:01:21 +00:00

- take code from STABLE-2_2_0_RELEASE commit on https://git.savannah.gnu.org/git/lwip.git - remove lwip/contrib directory - do required changes due to upgrade in * CMakeLists.txt * include/lwip/arch/cc.h * include/lwip/arch/sys_arch.h * include/lwip/lwipopts.h * include/tcpip.h * ip/CMakeLists.txt * ip/lwip_glue/lwip_glue.h * ip/lwip_glue/tcp.c * ip/transport/tcp/if.c * tcpip/icmp.c CORE-13098
6 lines
329 B
Text
6 lines
329 B
Text
contrib/ - lwIP examples, ports, and small apps (formerly http://git.savannah.gnu.org/cgit/lwip/lwip-contrib.git/)
|
|
src/ - The source code for the lwIP TCP/IP stack.
|
|
doc/ - The documentation for lwIP.
|
|
test/ - Some code to test whether the sources do what they should.
|
|
|
|
See also the FILES file in each subdirectory.
|