uboot/net
Wolfgang Denk c96f86eefc TFTP: allow for adjustable retransmission timout
So far, TFTP negotiated a fixed retransmission timeout of 5 seconds.
In some cases (busy networks, slow TFTP servers) this caused very
slow transfers. A new environment variable "tftptimeout" allows to
set this timeout. Lowering this value may make downloads succeed
faster in networks with high packet loss rates or with unreliable
TFTP servers.

Signed-off-by: Wolfgang Denk <wd@denx.de>
Cc: Ben Warren <biggerbadderben@gmail.com>
Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
2010-03-21 22:22:44 +01:00
..
Makefile net: pull CONFIG checks out of source and into makefile 2009-12-13 21:31:26 -08:00
bootp.c net: pull CONFIG checks out of source and into makefile 2009-12-13 21:31:26 -08:00
bootp.h
dns.c
dns.h
eth.c net: pull CONFIG checks out of source and into makefile 2009-12-13 21:31:26 -08:00
net.c Make getenv_IPaddr() global 2010-01-17 20:14:47 +01:00
nfs.c net: pull CONFIG checks out of source and into makefile 2009-12-13 21:31:26 -08:00
nfs.h
rarp.c net: pull CONFIG checks out of source and into makefile 2009-12-13 21:31:26 -08:00
rarp.h
sntp.c
sntp.h
tftp.c TFTP: allow for adjustable retransmission timout 2010-03-21 22:22:44 +01:00
tftp.h