Forum Discussion
Altera_Forum
Honored Contributor
20 years agoLwip standalone server
Hello to all, The Lwip_web_server example has the main in lwip_web_server.c at the and of this there is a while cycle what does it do? What does lan91c111if_service(&netif) function do?
Altera_Forum
Honored Contributor
20 years agoThank you 4 reply.
Now... if i have one server i usually see something similar -new scoket -bind -listen begin cycle -accept -receive -send end cycle in this case i have 2 o 3 servers how does it work with only a cycle in which there's a generic lanservice()? thank you in advance