Date: Sun, 21 Aug 2005 15:09:08 +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 src/share/man/man4 icmp.4 Message-ID: <200508211509.j7LF98aX043188@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
andre 2005-08-21 15:09:07 UTC FreeBSD src repository Modified files: sys/netinet ip_icmp.c share/man/man4 icmp.4 Log: Add a sysctl to change to length of the quotation of the original packet in an ICMP reply. The minimum of 8 bytes is internally enforced. The maximum quotation is the remaining space in the reply mbuf. This option is added in response to the issues raised in I-D draft-gont-icmp-payload-00.txt. MFC after: 2 weeks Spnsored by: TCP/IP Optimizations Fundraise 2005 Revision Changes Path 1.18 +5 -0 src/share/man/man4/icmp.4 1.103 +12 -1 src/sys/netinet/ip_icmp.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200508211509.j7LF98aX043188>