From owner-freebsd-hackers Tue Dec 15 00:40:57 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA02790 for freebsd-hackers-outgoing; Tue, 15 Dec 1998 00:40:57 -0800 (PST) (envelope-from owner-freebsd-hackers@FreeBSD.ORG) Received: from kremvax.demos.su (kremvax.demos.su [194.87.0.20]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id AAA02784 for ; Tue, 15 Dec 1998 00:40:53 -0800 (PST) (envelope-from andy@kremvax.demos.su) Received: by kremvax.demos.su (8.6.13/D) from andy@localhost id LAA07459; Tue, 15 Dec 1998 11:36:51 +0300 Message-Id: <199812150836.LAA07459@kremvax.demos.su> Subject: Re: innstat problem still exists... In-Reply-To: <199812150456.UAA28495@salsa.gv.tsc.tdk.com> from "Don Lewis" at "Dec 14, 98 08:56:22 pm" X-ELM-OSV: (Our standard violations) no-mime=1; no-hdr-encoding=1 To: Don.Lewis@tsc.tdk.com (Don Lewis) Date: Tue, 15 Dec 1998 11:36:51 +0300 (MSK) From: "Andrew Vasilyev" Cc: scrappy@hub.org, kondou@nec.co.jp, freebsd-hackers@FreeBSD.ORG, inn-workers@isc.org Reply-To: andy@demos.su Organization: "DEMOS, Moscow, Russia" X-Class: Fast X-Mailer: ELM [version 2.4ME+ PL28 (25)] Content-Type: text Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > } > On Thu, 16 Oct 1997, Andrew Vasilyev wrote: > } ... > } > > Change MIN_BUFFER_SIZE in lib/inndcomm.c to something bigger > } > > (I've made it 32K) and recompile ctlinnd. Another place to fix is cc.c::CCsetup(). You should add: { int i = 128 * 1024; setsockopt(CCwriter, SOL_SOCKET, SO_SNDBUF, (caddr_t)&i, sizeof(i)); } after creating the CCwriter socket. I think the idea is clear enough - or send a patch? :))) ________ ANDY To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message