http://git.etherboot.org
/
people
/
sha0
/
gpxe.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Use start_timer_nodelay() in protocols which rely on the retry timer
[people/sha0/gpxe.git]
/
src
/
net
/
udp
/
tftp.c
diff --git
a/src/net/udp/tftp.c
b/src/net/udp/tftp.c
index
ea4d1df
..
7f1c4ce
100644
(file)
--- a/
src/net/udp/tftp.c
+++ b/
src/net/udp/tftp.c
@@
-657,7
+657,7
@@
int tftp_open ( struct xfer_interface *xfer, struct uri *uri ) {
goto err;
/* Start timer to initiate RRQ */
- start_timer ( &tftp->timer );
+ start_timer
_nodelay
( &tftp->timer );
/* Attach to parent interface, mortalise self, and return */
xfer_plug_plug ( &tftp->xfer, xfer );