lwip-contrib-mac/ports/unix/proj/minimal
2006-07-03 07:16:48 +00:00
..
echo.c
echo.h
lwipopts.h
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
timer.c Changed broken select() timeout based timers into setitimer() timers. 2006-07-03 07:16:48 +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.