From owner-freebsd-questions Thu Dec 9 16: 2:58 1999 Delivered-To: freebsd-questions@freebsd.org Received: from secure.smtp.email.msn.com (cpimssmtpu07.email.msn.com [207.46.181.28]) by hub.freebsd.org (Postfix) with ESMTP id A4ACE15071 for ; Thu, 9 Dec 1999 16:02:56 -0800 (PST) (envelope-from juha_saarinen@email.msn.com) Received: from DENDENNIS - 203.79.82.14 by email.msn.com with Microsoft SMTPSVC; Thu, 9 Dec 1999 16:02:51 -0800 Reply-To: From: "Juha Saarinen" To: "freebsd-questions@FreeBSD. ORG" Subject: TCP Large Windows etc. Date: Fri, 10 Dec 1999 13:00:10 +1300 Message-ID: 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 IMO, Build 9.0.2416 (9.0.2910.0) X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.5600 Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Been poking around with sysctl -a and noticed the following: net.inet.tcp.rfc1323 = 1 net.inet.tcp.recvspace = 16384 net.inet.tcp.sendspace = 16384 net.inet.tcp.sack = 1 net.inet.tcp.mssdflt = 512 I read that as RFC1323 TCP extensions are enabled, ditto TCP Selective Acknowledgements (SACKs), both what I want. However, the default Receive and Send buffer is only 16,384 bytes and is the default Maximum Segment Size really only 512 bytes? I know how to change the values with sysctl -w, but I was wondering why they're set so low. Linux 2.2.x scales TCP windows up to 32KB by default, with a limit of 256KB max (I think). Does the FreeBSD TCP/IP stack support window scaling as well? Cheers, -- Juha To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message