Date: Mon, 22 Aug 2005 14:12:19 +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 ip_icmp.c Message-ID: <200508221412.j7MECJC4040198@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
andre 2005-08-22 14:12:19 UTC FreeBSD src repository Modified files: sys/netinet ip_icmp.c Log: Always quote the entire TCP header when responding and allocate an mbuf cluster if needed. Fixes the TCP issues raised in I-D draft-gont-icmp-payload-00.txt. This aids in-the-wild debugging a lot and allows the receiver to do more elaborate checks on the validity of the response. MFC after: 2 weeks Sponsored by: TCP/IP Optimization Fundraise 2005 Revision Changes Path 1.105 +24 -4 src/sys/netinet/ip_icmp.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200508221412.j7MECJC4040198>