Bugzilla – Bug 1721
Path MTU isn't handled properly
Last modified: 2013-08-12 00:53:31 UTC
Currently the packet MTU is only checked against the local network MTU (link MTU). While routers do send ICMP_TOO_BIG packets, this isn't considered by the sender node. http://tools.ietf.org/html/rfc1981 describes the correct methods to handle such cases. For a decent IPv6 support, this must be fixed as soon as possible. Changes should include a per-connection MTU lookup system, along with refresh timers. Possible changes include modifying up to the TCP level.
Code review here: http://codereview.appspot.com/10779043/
(In reply to comment #1) > Code review here: > http://codereview.appspot.com/10779043/ I'm fine to commit this for ns-3.18.
Fixed in changeset: 10127:f4cee68de571