/** Manages the currently open network connections, including TCP and (if enabled) UDP. */\r
static void uIPManagement_ManageConnections(void)\r
{\r
+#if 0\r
/* Poll TCP connections for more data to send back to the host */\r
for (uint8_t i = 0; i < UIP_CONNS; i++)\r
{\r
RNDIS_Host_SendPacket(&Ethernet_RNDIS_Interface, uip_buf, uip_len);\r
}\r
}\r
-\r
+#endif\r
/* Manage open connections for timeouts */\r
if (timer_expired(&ConnectionTimer))\r
{\r