Date: Sat, 10 Sep 2005 07:43:29 +0000 (UTC) From: Andre Oppermann <andre@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet tcp_subr.c Message-ID: <200509100743.j8A7hTYA010903@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
andre 2005-09-10 07:43:29 UTC FreeBSD src repository Modified files: sys/netinet tcp_subr.c Log: In tcp_ctlinput() do not swap ip->ip_len a second time. It has been done in icmp_input() already. This fixes the ICMP_UNREACH_NEEDFRAG case where no MTU was proposed in the ICMP reply. PR: kern/81813 Submitted by: Vitezslav Novy <vita at fio.cz> MFC after: 3 days Revision Changes Path 1.233 +3 -2 src/sys/netinet/tcp_subr.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200509100743.j8A7hTYA010903>