X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/a960e4b3b2ae72c6c3573fb690a1b9cde1642bc0..cec699ac591a679010e07431dfb17823a79856df:/Projects/Webserver/Webserver.c?ds=inline diff --git a/Projects/Webserver/Webserver.c b/Projects/Webserver/Webserver.c index 78e60f866..ec1dabffb 100644 --- a/Projects/Webserver/Webserver.c +++ b/Projects/Webserver/Webserver.c @@ -149,6 +149,7 @@ int main(void) } } +/** Processes incomming packets to the server from the connected RNDIS device, creating responses as needed. */ void ProcessIncommingPacket(void) { if (RNDIS_Host_IsPacketReceived(&Ethernet_RNDIS_Interface)) @@ -194,6 +195,7 @@ void ProcessIncommingPacket(void) } } +/** Manages the currently open network connections, including TCP and (if enabled) UDP. */ void ManageConnections(void) { /* Manage open connections */