lwip-contrib-mac/ports/unix/proj/minimal
2006-03-02 16:28:49 +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 Added IP fragmentation and etharp_tmr service. 2006-03-02 16:28:49 +00:00
main.c Added IP fragmentation and etharp_tmr service. 2006-03-02 16:28:49 +00:00
Makefile Disabled debug output, renamed executable. 2005-10-31 08:20:15 +00:00
mintapif.c Fixed missing MTU setting in netif initialisation. Related to bug #15659. 2006-02-10 08:17:41 +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.