* level. If an application produces a response, this task constructs the appropriate Ethernet frame and places it into the Ethernet OUT\r
* buffer for later transmission.\r
*/\r
-TASK(TCP_Task)\r
+void TCP_Task(void)\r
{\r
/* Task to hand off TCP packets to and from the listening applications. */\r
\r
*\r
* \param TCPHeaderOutStart Pointer to the start of the packet's outgoing TCP header\r
* \param SourceAddress Source protocol IP address of the outgoing IP header\r
- * \param SourceAddress DestinationAddress protocol IP address of the outgoing IP header\r
+ * \param DestinationAddress Destination protocol IP address of the outgoing IP header\r
* \param TCPOutSize Size in bytes of the TCP data header and payload\r
*\r
* \return A 16-bit TCP checksum value\r