Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 5 Nov 1998 00:57:36 -0800
From:      Don Lewis <Don.Lewis@tsc.tdk.com>
To:        Poul-Henning Kamp <phk@critter.freebsd.dk>, Don Lewis <Don.Lewis@tsc.tdk.com>
Cc:        Nate Williams <nate@mt.sri.com>, cvs-committers@FreeBSD.ORG
Subject:   Re: cvs commit: src/usr.sbin/inetd inetd.c
Message-ID:  <199811050857.AAA13324@salsa.gv.tsc.tdk.com>
In-Reply-To: Poul-Henning Kamp <phk@critter.freebsd.dk> "Re: cvs commit: src/usr.sbin/inetd inetd.c" (Nov  5,  9:47am)

next in thread | previous in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199811050857.AAA13324>