What IP MTU sizes are seen in real networks

ipmtu

I am writing an application which will be deployed in third party networks. It will receive IP packets and I want to know what the maximum size in reality they are likely to be is. I'm not asking what the Maximum theoretical size is but rather what in practice is generally seen. I've heard that there may be an MTU of 1576 used but have not been able to ratify this?

Regards

Best Answer

The biggest I've seen on Ethernet is 9000 plus headers, but unless you want to become famous through posts on Security Focus, I suggest you not use a static buffer and instead determine how much space you need to allocate and use that instead.