Module Name: src Committed By: maxv Date: Thu Feb 8 20:41:36 UTC 2018
Modified Files: src/sys/netinet: tcp_input.c Log Message: Move the IPv4 multicast check earlier; we want to kick multicast packets all the time, and not just when they are SYNs. The IPv6 multicast check is already done earlier, so this block of code can be removed. To generate a diff of this commit: cvs rdiff -u -r1.372 -r1.373 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.