|
Here is a copy of the web server I’m using.
It makes a call to fs_open in fs.c (which I did not include as it is modified per application with a static file table to emulate a ROM file system).
Fs_open sets a fs_file structure with a pointer to the data to send and the length.
Hope this helps.
Karl
-----Original Message-----
Hello : i wnna bulid up a Web Server by LwIP without OS . However , i can't come up with how can i handle multi-connection . Can somebody give me some example and tell me how the tcp_listen() work? thanks a lot
_______________________________________ |
http.h
Description: Binary data
http.c
Description: Binary data
_______________________________________________ lwip-users mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/lwip-users
