Date: Mon, 8 Jan 1996 12:59:10 -0800 (PST) From: Guido van Rooij <guido> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/netinet in.c Message-ID: <199601082059.MAA06737@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
guido 96/01/08 12:59:09 Modified: sys/netinet in.c Log: Fix a bug where having a process listening to both a INADDR_ANY and a local address, that was assigned with ifconfig alias and netmask 0xffffffff, would receive duplictae udp packets. This behaviour can easily be seen by having named run, and using the alias address as the name server. This solution is not the pretiest one, but after talk with Garreth, it is seen as the most easy one. Revision Changes Path 1.21 +8 -2 src/sys/netinet/in.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199601082059.MAA06737>