Uploaded image for project: 'Commons Net'
  1. Commons Net
  2. NET-410

Apache Commons TFTP does not handle RFC 783 retransmits.

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 2.2, 3.0
    • 3.1
    • TFTP
    • None
    • Sun/Oracle JRE 6 update 20

    Description

      org.apache.commons.net.tftp.TFTPClient

      When a packet fails to be received, the looping logic in TFTPClient contains an unlabeled "continue" in the TFTPTimeout blocks. This causes TFTPClient to go back to the listening state in the innermost loop, rather than the _sendPacket label in the outermost loop (which will cause a resend of the missing packet).

      This issue should be resolved before implementing NET-412.

      Attachments

        Activity

          People

            Unassigned Unassigned
            chuckwolber Chuck Wolber
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: