Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 9 Apr 2002 12:13:43 -0700 (PDT)
From:      Doug Ambrisko <ambrisko@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/libexec/tftpd tftpd.c
Message-ID:  <200204091913.g39JDhj60843@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
ambrisko    2002/04/09 12:13:43 PDT

  Modified files:
    libexec/tftpd        tftpd.c 
  Log:
  Better handle the case with a network that drops packets by retrying
  with a back off.  This was discovered when Luigi sent me code to
  handle this for Etherboot.  The Etherboot patch worked okay but
  FreeBSD's tftpd had trouble handling it and would fail to transfer
  the file since it would abort on send and not retry.
  
  Submitted by:   luigi
  MFC after:      1 week
  
  Revision  Changes    Path
  1.23      +13 -3     src/libexec/tftpd/tftpd.c

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200204091913.g39JDhj60843>