From owner-cvs-all Mon Jun 11 12: 3:57 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 90B0437B401; Mon, 11 Jun 2001 12:03:43 -0700 (PDT) (envelope-from ume@FreeBSD.org) Received: (from ume@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f5BJ3hd07766; Mon, 11 Jun 2001 12:03:43 -0700 (PDT) (envelope-from ume) Message-Id: <200106111903.f5BJ3hd07766@freefall.freebsd.org> From: Hajimu UMEMOTO Date: Mon, 11 Jun 2001 12:03:43 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet tcp_input.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ume 2001/06/11 12:03:43 PDT Modified files: sys/netinet tcp_input.c Log: This is force commit to mention about previous commit. - added comments about why in6p_inputopts should not be copied in tcp6_input(). - call ip6_copypktopts() in order to copy in6p_outputopts from a listening PCB to a corresponding accepting one. - be proactive about unspecified IPv6 source address. pcb layer uses unspecified address (::) to mean "unbounded" or "unconnected", and can be confused by packets from outside. - made consist between tcp and udp in using mappedaddr - setsockopt(BIND_IPV6ONLY) now works - deprecated address consideration on TCP SYN. - get rid of M_ANYCAST6 Revision Changes Path 1.133 +1 -1 src/sys/netinet/tcp_input.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message