lwip-contrib-mac/ports/unix/proj/minimal
2005-10-12 11:03:58 +00:00
..
echo.c Increased availability by removing TCP active-close show-stopper. Leaving pbuf memory leak in for now. 2005-10-12 11:03:58 +00:00
echo.h Added missing newline at end of file. 2004-05-03 17:59:35 +00:00
lwipopts.h Some build fixes for OpenBSD. 2005-10-10 07:25:35 +00:00
main.c Some build fixes for OpenBSD. 2005-10-10 07:25:35 +00:00
Makefile Some build fixes for OpenBSD. 2005-10-10 07:25:35 +00:00
mintapif.c Some build fixes for OpenBSD. 2005-10-10 07:25:35 +00:00
mintapif.h Fixed bug #4988 (change return type of mintapif_init) 2003-09-20 15:08:38 +00:00
README add unix projects to contrib module 2003-01-31 13:35:43 +00:00

This is an example of a very minimal lwIP project. It runs in a single
thread and runs a single example application - an echo server. The
echo application is implemented using the raw API.