david/ipxe
Archived
1
0
This repository has been archived on 2020-12-06. You can view files and clone it, but cannot push or open issues or pull requests.
ipxe/src/net/udp
Stefan Hajnoczi 245dca9ce6 [tftp] Remove unnecessary delay when opening a connection
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>
2010-01-15 16:04:33 -05:00
..
dhcp.c [dhcp] Assume PXE options are in DHCPOFFER only if boot menu is included 2010-01-14 18:34:55 -05:00
dns.c [legal] Add a selection of FILE_LICENCE declarations 2009-05-18 08:33:25 +01:00
slam.c [legal] Add a selection of FILE_LICENCE declarations 2009-05-18 08:33:25 +01:00
tftp.c [tftp] Remove unnecessary delay when opening a connection 2010-01-15 16:04:33 -05:00