For a given link type, how would a router calculate it's MTU?
I initially thought of it taking a brute force approach, using a binary search to figure out the point at which the link fails to support a packet.
But, wouldn't this require a protocol to get a response (ACK) (so the router knows the packet was actually successfully sent)
Does it use a timeout system?