dialabrain wrote:
MrHoffman, is there any benefit to changing the MTU from the default 1500? All my Macs are set to 1500 and I've never had any issues. I know zip about networks.
I configure jumbo frames on various enterprise networks, roughly 9000 bytes, depending.
This requires some care to ensure that all devices (NICs, routers, switches) in the network path involved can support that.
Bigger packets means more data can be transmitted between the inter-packet gaps, which usually means higher bandwidth and lower latency.
But for most folks and most applications, the default MTU ~1500 works just fine, and avoids learning more about IP and routing, and learning which NICs and which switches are… problematic. Chasing connection errors in complex networks due to MTU sizing issues is less than fun. (This is where a ping sweep usually gets used, too.)
There are useful details and descriptions in this thread:
… https://discussions.apple.com/thread/253016338
For what MTU a particular network—cellular or otherwise—supports, check (sweep) it, and check with the technical documentation and with technical support group.