Minor modification to the WIn32 simple TCP/IP stack example only.

This commit is contained in:
Richard Barry 2019-07-14 16:06:31 +00:00
parent 8bd1813446
commit d8a3ad3c6f

View file

@ -92,7 +92,7 @@ static void prvSimpleClientTask( void *pvParameters )
{
Socket_t xClientSocket;
struct freertos_sockaddr xDestinationAddress;
uint8_t cString[ 50 ];
uint8_t cString[ 65 ];
BaseType_t lReturned;
uint32_t ulCount = 0UL, ulIPAddress;
const uint32_t ulLoopsPerSocket = 10UL;