cvs commit: src/sys/netinet tcp_subr.c

Andre Oppermann andre at FreeBSD.org
Wed May 4 06:48:59 PDT 2005


andre       2005-05-04 13:48:44 UTC

  FreeBSD src repository

  Modified files:
    sys/netinet          tcp_subr.c 
  Log:
  If we don't get a suggested MTU during path MTU discovery
  look up the packet size of the packet that generated the
  response, step down the MTU by one step through ip_next_mtu()
  and try again.
  
  Suggested by:   dwmalone
  
  Revision  Changes    Path
  1.225     +20 -9     src/sys/netinet/tcp_subr.c


More information about the cvs-src mailing list