cvs commit: src/sys/netinet ip_icmp.c src/share/man/man4 icmp.4

Andre Oppermann andre at FreeBSD.org
Sun Aug 21 15:09:08 GMT 2005


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


More information about the cvs-src mailing list