Is there a way to exceed the jumbo packet size limit in the NDK? I want to send a 16kbyte packet over a dedicated Ethernet line, and I don't understand the reason for the 10240 byte jumbo size limit.
Thanks,
Greg
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Is there a way to exceed the jumbo packet size limit in the NDK? I want to send a 16kbyte packet over a dedicated Ethernet line, and I don't understand the reason for the 10240 byte jumbo size limit.
Thanks,
Greg
Greg,
NDK2.0 stack supports jumbo packets but not all hardware support them. There could also be limitations with some peripherals on certain EVMs.
Please refer to the link below for more details -
Thanks,
Prathap.