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.

TCP to UDP throughput

Hi.

I am currently evaluating AM335x-SK to see if it fits my needs. my application accept TCP on one interface and forward the data using UDP to the other interface (after adding some metadata to each packet). I want to get as much throughput as possible. I am using starterware  with lwip raw API.

by now I got to 70Mb incoming data on TCP and same rate on UDP output when only one of them is working. when I try to forward the same data packet , rate drops down to 3.5Mb. is there any special configuration to support such application? what rate should I be expecting to?

Thanks.