From owner-freebsd-net Thu Feb 13 16:48:16 2003 Delivered-To: freebsd-net@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 267F037B401 for ; Thu, 13 Feb 2003 16:48:15 -0800 (PST) Received: from mail.wrs.com (unknown-1-11.windriver.com [147.11.1.11]) by mx1.FreeBSD.org (Postfix) with ESMTP id 869C743F3F for ; Thu, 13 Feb 2003 16:48:14 -0800 (PST) (envelope-from neeraj.bhatia@windriver.com) Received: from alasilvretta (ala-silvretta [147.11.48.37]) by mail.wrs.com (8.9.3/8.9.1) with SMTP id QAA03287 for ; Thu, 13 Feb 2003 16:47:05 -0800 (PST) From: "Neeraj Bhatia" To: Subject: detecting increases in PMTU Date: Thu, 13 Feb 2003 17:02:34 -0800 Message-ID: <01b001c2d3c4$c2f17510$25300b93@alasilvretta> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook CWS, Build 9.0.2416 (9.0.2911.0) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Sender: owner-freebsd-net@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org hello All, I am running Freebsd 4.7 stable release. in6_mtuexpire is called approximately every MTUTIMO_DEFAULT ie every 1 minute. Shouldn't this value be such that the increases in MTU can be detected less frequently,in accordance with RFC 1981, Path MTU Discovery for IPv6. Also the flag RTF_PROBEMTU is not being used at the moment.Please let me know if I am missing something. One way would be to handle the issue could be as follows.When sending the packet out in ip6_output we could check for RTF_PROBEMTU and bring the mtu value in the route entry back to the link mtu value. Thx. -N =========================== Neeraj Bhatia IP group, Core Networking Wind River Networks (o)510.749.4633 (m)509.475.7106 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-net" in the body of the message