lwip-contrib-mac/ports/unix/proj/minimal
2006-07-03 08:02:43 +00:00
..
echo.c Removed comma at enumeration tail, avoiding warnings. 2005-12-20 12:54:19 +00:00
echo.h Added missing newline at end of file. 2004-05-03 17:59:35 +00:00
lwipopts.h Fixed LWIP_STATS defined test to value test. 2006-04-19 07:19:38 +00:00
main.c Changed broken select() timeout based timers into setitimer() timers. 2006-07-03 07:16:48 +00:00
Makefile Changed broken select() timeout based timers into setitimer() timers. 2006-07-03 07:16:48 +00:00
mintapif.c Changed broken select() timeout based timers into setitimer() timers. 2006-07-03 07:16:48 +00:00
mintapif.h Changed broken select() timeout based timers into setitimer() timers. 2006-07-03 07:16:48 +00:00
README add unix projects to contrib module 2003-01-31 13:35:43 +00:00
timer.c Added stddef include for NULL macro for linux build. 2006-07-03 08:02:43 +00:00
timer.h Changed broken select() timeout based timers into setitimer() timers. 2006-07-03 07:16:48 +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.