nx_tcp_socket_send Cannot send continuously in while
while(1) { TX_MEMSET(data_buffer, '\0', sizeof(data_buffer)); /* allocate the packet to send over the TCP socket */ ret = nx_packet_allocate(&AppPool, &data_packet, NX_IPv4_TCP_PACKET, TX_WAIT_FOREVER); if (ret != NX_SUCCESS...