Right. Some apps may need to send isolated packets that
are larger than the path MTU without invoking path MTU
discovery.
Right again. Unlike IPv4, however, IPv6 does not allow
in-the-network fragmentation. So when in doubt, apps
that need to send isolated packets that may violate the
path MTU should really perform host-based fragmentation
with a maximum fragment size of 1280. Isn't there a
socket option "IPV6_USE_MIN_MTU" that apps can use to
force fragmentation on large packets (RFC3542)?
Caveat - the app may have no way of knowing whether
the destination is capable of reassembling fragmented
packets larger than 1500...
Fred
fred.l.templin@boeing.com
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html