}\r
}\r
\r
+/** Processes incomming packets to the server from the connected RNDIS device, creating responses as needed. */\r
void ProcessIncommingPacket(void)\r
{\r
if (RNDIS_Host_IsPacketReceived(&Ethernet_RNDIS_Interface))\r
}\r
}\r
\r
+/** Manages the currently open network connections, including TCP and (if enabled) UDP. */\r
void ManageConnections(void)\r
{\r
/* Manage open connections */\r