From owner-freebsd-net Tue Jul 10 8: 7:34 2001 Delivered-To: freebsd-net@freebsd.org Received: from mcs.anl.gov (cliff.mcs.anl.gov [140.221.9.17]) by hub.freebsd.org (Postfix) with ESMTP id 2B80C37B408 for ; Tue, 10 Jul 2001 08:07:27 -0700 (PDT) (envelope-from lekostaj@mcs.anl.gov) Received: from fluffhead.mcs.anl.gov (fluffhead.mcs.anl.gov [140.221.10.70]) by mcs.anl.gov (8.9.3/8.9.3) with ESMTP id KAA06072 for ; Tue, 10 Jul 2001 10:07:26 -0500 Received: (from lekostaj@localhost) by fluffhead.mcs.anl.gov (8.11.0/8.11.0) id f6AF7QS25859; Tue, 10 Jul 2001 10:07:26 -0500 X-Authentication-Warning: fluffhead.mcs.anl.gov: lekostaj set sender to lekostaj@fluffhead.mcs.anl.gov using -f To: freebsd-net@FreeBSD.org Subject: TCP window size From: Joseph Lekostaj Date: 10 Jul 2001 10:07:26 -0500 Message-ID: Lines: 21 User-Agent: Gnus/5.090003 (Oort Gnus v0.03) XEmacs/21.1 (Channel Islands) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii 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 I've been trying to up my TCP window size from the default 16K and it's caused nothing but problems. From the info I've found so far, these are the sysctl i've changed: kern.ipc.maxsockbuffer=2097152 net.inet.tcp.rfc1323=1 net.inet.tcp.sendspace=524288 net.inet.tcp.recvspace=524288 But if I do that, on boot I get all sorts of error messages about buffer space. i.e.: Jul 9 11:53:20 ccn64 portmap[180]: cannot create tcp socket: No buffer space available Jul 9 11:53:21 ccn64 inetd[199]: shell/tcp: socket: No buffer space available Jul 9 11:53:21 ccn64 inetd[199]: login/tcp: socket: No buffer space available Jul 9 11:58:55 ccn64 RPC::PlClient[243]: Cannot connect: No buffer space available Jul 9 11:58:55 ccn64 RPC::PlClient[246]: Cannot connect: No buffer space available Is there anything I'm missing? -- Joe LeKostaj ------------------------------------------------------------------------- Just don't create a file called -rf. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-net" in the body of the message