From owner-cvs-all Thu Nov 5 01:04:09 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA08752 for cvs-all-outgoing; Thu, 5 Nov 1998 01:04:09 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from gatekeeper.tsc.tdk.com (gatekeeper.tsc.tdk.com [207.113.159.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA08747 for ; Thu, 5 Nov 1998 01:04:07 -0800 (PST) (envelope-from gdonl@tsc.tdk.com) Received: from sunrise.gv.tsc.tdk.com (root@sunrise.gv.tsc.tdk.com [192.168.241.191]) by gatekeeper.tsc.tdk.com (8.8.8/8.8.8) with ESMTP id AAA00937; Thu, 5 Nov 1998 00:57:38 -0800 (PST) (envelope-from gdonl@tsc.tdk.com) Received: from salsa.gv.tsc.tdk.com (salsa.gv.tsc.tdk.com [192.168.241.194]) by sunrise.gv.tsc.tdk.com (8.8.5/8.8.5) with ESMTP id AAA08198; Thu, 5 Nov 1998 00:57:37 -0800 (PST) Received: (from gdonl@localhost) by salsa.gv.tsc.tdk.com (8.8.5/8.8.5) id AAA13324; Thu, 5 Nov 1998 00:57:36 -0800 (PST) From: Don Lewis Message-Id: <199811050857.AAA13324@salsa.gv.tsc.tdk.com> Date: Thu, 5 Nov 1998 00:57:36 -0800 In-Reply-To: Poul-Henning Kamp "Re: cvs commit: src/usr.sbin/inetd inetd.c" (Nov 5, 9:47am) X-Mailer: Mail User's Shell (7.2.6 alpha(3) 7/19/95) To: Poul-Henning Kamp , Don Lewis Subject: Re: cvs commit: src/usr.sbin/inetd inetd.c Cc: Nate Williams , cvs-committers@FreeBSD.ORG Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk On Nov 5, 9:47am, Poul-Henning Kamp wrote: } Subject: Re: cvs commit: src/usr.sbin/inetd inetd.c } In message <199811050833.AAA13190@salsa.gv.tsc.tdk.com>, Don Lewis writes: } >I'd expect this to be pretty noisy. The 3 in a row dudes are the } >broken ones. } } Or behind a firewall which denies all ICMP ? ICMP shouldn't be a factor. You should be returning a TCP RST as opposed to an ICMP port unreachable. If the client can't handle a RST, then it'll wedge if whatever it is talking to crashes and reboots. } >Along with all the connection attempts to port 13x from the Windoze } >machines trying to find each other. Reminds me of "The Forbin Project". } } I'll probably be doing a dummy server for NETBIOS next. shutdown(s, SHUT_WR), and drain all incoming data. Or just be rude and close the socket. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message