Hi,
I use idkam437x with ccs 6.1.2, sysbios 6.45.1.29, sdk 2.1.1.2 and ndk 2.24.3.35.
I have written the Ethernet-based application which is intended to send the big amount of calculated data (32kB) through the ethernet socket. I know that the default tx buffer size is 8192 bytes so I decided to divide my data into packets of that size. Every time I call the send() function and gives it the data size =8192 it returns the status 8192 which makes me think that my data was sent correctly. However, I cannot see that via Wireshark. Nevertheless, the small packets (up to 10 bytes) are sent without any problems in Ethernet frames of total size 64bytes. Could you please advice me from where the problem might come from?
Thank you very much in advance!
JJ