]> granicus.if.org Git - curl/commit
tftp_rx: handle resends
authorChristian Vogt <christian.vogt@loewe-komp.de>
Fri, 16 Nov 2012 14:30:52 +0000 (15:30 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 16 Nov 2012 14:30:52 +0000 (15:30 +0100)
commit0ac827848dd1747c8199f338d71a32111bb01fa5
treed2b85e3b378f6db4429319076feb4010af076053
parentc277bd6ce7069819484eb3dc30b5858735fde377
tftp_rx: handle resends

Re-send ACK for block X in case we receive block X data again while
waiting for block X+1.

Based on an earlier patch by Marcin Adamski.
lib/tftp.c