From owner-freebsd-hackers Thu Jan 30 4:50: 6 2003 Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A4E8637B405 for ; Thu, 30 Jan 2003 04:50:05 -0800 (PST) Received: from puffin.mail.pas.earthlink.net (puffin.mail.pas.earthlink.net [207.217.120.139]) by mx1.FreeBSD.org (Postfix) with ESMTP id 27A0543F85 for ; Thu, 30 Jan 2003 04:50:00 -0800 (PST) (envelope-from tlambert2@mindspring.com) Received: from pool0033.cvx21-bradley.dialup.earthlink.net ([209.179.192.33] helo=mindspring.com) by puffin.mail.pas.earthlink.net with asmtp (SSLv3:RC4-MD5:128) (Exim 3.33 #1) id 18eE8Y-0004x5-00; Thu, 30 Jan 2003 04:49:47 -0800 Message-ID: <3E391F12.D933AC3E@mindspring.com> Date: Thu, 30 Jan 2003 04:48:18 -0800 From: Terry Lambert X-Mailer: Mozilla 4.79 [en] (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: Nicolas Mallet Cc: freebsd-hackers@FreeBSD.ORG Subject: Re: Changing the Maximum Segment Size (MSS) of Kame MIP6 Free BSD4.4 References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-ELNK-Trace: b1a02af9316fbb217a47c185c03b154d40683398e744b8a4128897a3b2e2234811bd07861ab4b735387f7b89c61deb1d350badd9bab72f9c350badd9bab72f9c Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Nicolas Mallet wrote: > Audsin wrote: > >I wish to change the Maximum segment size > >of the TCP. Can you please help me , where i should change the MSS of the > >TCP. Can you tell me where the default size of the MSS mentioned? > > $ sysctl -a | grep mss > net.inet.tcp.mssdflt: 512 > net.inet.tcp.v6mssdflt: 1024 > > Ex: > $ sysctl -w net.inet.tcp.v6mssdflt=new_value These don't work the way you'd think they work from their names. They are just initial (default) values, not bounds or limits. -- Terry To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message