How to send more than 3000 (more than MTU size)bytes of data over TCP /IP while using netx
Hi all
I tried to implement a tcp echo client application in evaluation board,here I can able to send and receive the data through the tcp socket.am running a tcp echo server from Linux . Whenever am sending data greater than 1460(MSS) am receiving more than 1 packet in client side.
suppose am sending 3000 bytes from server side it send the data in 3 packets and need to poll nx_tcp_receive function 3 times to read the data from the queue. Need to receive the entire 3000 data at once is there any method available in Netx to implement this.
am taken the tcp echo client example code from st. (Do I need to enable ip fragmentation feature in order to avail this requirement if yes kindly help )
with regards
