Subject: CVS commit: src/sys/netinet
To: None <source-changes@NetBSD.org>
From: Rui Paulo <rpaulo@netbsd.org>
List: source-changes
Date: 10/12/2006 11:46:30
Module Name:	src
Committed By:	rpaulo
Date:		Thu Oct 12 11:46:30 UTC 2006

Modified Files:
	src/sys/netinet: tcp_input.c

Log Message:
PR 34776: don't accept TCP connections to broadcast addresses.
Move the multicast/broadcast check above (before creating a syn_cache entry)
By Yasuoka Yasuoka.


To generate a diff of this commit:
cvs rdiff -r1.249 -r1.250 src/sys/netinet/tcp_input.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.