Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!seismo!brl-adm!adm!karels%okeeffe@ucbvax.berkeley.edu From: karels%okeeffe@ucbvax.berkeley.edu (Mike Karels) Newsgroups: comp.unix.wizards Subject: Re: 4.3bsd UDP generates ICMP_UNREACH_PORT for broadcast packets Message-ID: <858@brl-adm.ARPA> Date: Mon, 17-Nov-86 16:46:16 EST Article-I.D.: brl-adm.858 Posted: Mon Nov 17 16:46:16 1986 Date-Received: Mon, 17-Nov-86 22:06:13 EST Sender: news@brl-adm.ARPA Lines: 11 Van, Your change to in_broadcast has the side effect of causing any packets sent to one of the "alternate broadcast" addresses on a network (e.g., host 0 or all zeros) to be broadcast as well. I'm not sure that hurts anything, as those things don't happen much, but it doesn't seem right. I agree that it's undesirable to send any error reply to a broadcast UDP datagram. However, you have worse problems if you have a network of things that disagree as to the broadcast address. Mike