cvs commit: src/sys/netinet tcp_subr.c
Andre Oppermann
andre at FreeBSD.org
Sat Sep 10 00:43:30 PDT 2005
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
More information about the cvs-src
mailing list