Modules and speed
Malcolm Hussain-Gambles (1596) 811 posts |
I’m just testing my networking code in “user-land” at the moment, and the maximum download speed I can get on my PandaBoard ES is around 6MB/sec. ( 49376Kbit/sec ) I’m not planning on delving into modules for at least a month or two (Ramadan is coming, not a good time to bend my mind), but if I could get any suggestions etc. Or would it be possible to increase the “internal” buffer for networking above 17kbtyes within RISC OS? Not sure what it is, but there does seem to be a hard limit of around 17376 bytes that can be read and I think it’s that what is causing the throttling in TCP, the other value that pops up a lot is 1448bytes, not sure why….it’s rather odd to be honest! |
Steve Pampling (1551) 8170 posts |
link MTU – header elements => maximum data transmission in one packet. Typical switch link MTU is 1500 http://www.tegola.org.uk/howto/pmtud.html loads of other articles around. |
Malcolm Hussain-Gambles (1596) 811 posts |
Ah, of course! That should have clicked to be honest, the number did seem familiar and 17376 is 12 blocks (of MTU). |
Malcolm Hussain-Gambles (1596) 811 posts |
I noticed changes that seemed interesting to the USB driver, so thought I’d benchmark the networking on the pandaboard again. |