The retry timer is used to retransmit TFTP packets lost on the network, and to start a new connection. There is an unnecessary delay while waiting for name resolution because the timer period is fixed and cannot be shortened when name resolution completes. This patch keeps the timer period at zero while name resolution takes place so that no time is lost once before sending the first packet. Reported-by: Thomas Horsten <thomas@horsten.com> Signed-off-by: Stefan Hajnoczi <stefanha@gmail.com> Signed-off-by: Marty Connor <mdc@etherboot.org>tags/v1.0.0-rc1
|
|
||
418 |
|
418 |
|
419 |
|
419 |
|
420 |
|
420 |
|
421 |
|
421 |
|
|
422 |
|
|
|
423 |
|
|
|
424 |
|
|
422 |
|
425 |
|
423 |
|
426 |
|
|
427 |
|
|
|
428 |
|
|
|
429 |
|
|
|
430 |
|
|
424 |
|
431 |
|
425 |
|
432 |
|
426 |
|
433 |
|