Hi, Right now i am using nx_tcp_socket_receive(&my_socket, &rcv_packet_ptr,TX_WAIT_FOREVER); Which receives all the data present in the socket. How to read only 'n' number of bytes from the socket? Regards, Nandan
↧