Using the netbench benchmark I noticed that UDP packets above 1472 Bytes cannot be received. (I made a udp version of netbench)
This behaviour does not occur when running both the server and client as linux applications. This rules out an issue with the netbench code, in my opinion, since the Linux and Hermit versions run on the same code.
Furthermore this can also be seen in the testudp example code.
How to reproduce issue
Add an output for the number of received bytes to testudp
Description
Using the netbench benchmark I noticed that UDP packets above 1472 Bytes cannot be received. (I made a udp version of netbench)
This behaviour does not occur when running both the server and client as linux applications. This rules out an issue with the netbench code, in my opinion, since the Linux and Hermit versions run on the same code.
Furthermore this can also be seen in the testudp example code.
How to reproduce issue