Starting the server

In order to start the web server, the user needs to call the function:

cyg_httpd_start();

in the application code. The server initialization code spawns a new thread which calls init_all_network_interfaces() to initialize the TCP/IP stack and then starts the deamon. The function is safe to call multiple times.