u-boot-brain/net
Guennadi Liakhovetski 40cb90ee2b net: make ARP timeout configurable
Currently the timeout waiting for an ARP reply is hard set to 5 seconds.
On i.MX31ADS due to a hardware "strangeness" up to four first IP packets
to the boards get lost, which typically are ARP replies. By configuring
the timeout to a lower value we significantly improve the first network
transfer time on this board. The timeout is specified in milliseconds,
later internally it is converted to deciseconds, because it has to be
converted to hardware ticks, and CFG_HZ ranges from 900 to 27000000 on
different boards.

Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
2008-04-28 22:23:21 -07:00
..
bootp.c Coding Style cleanup; update CHANGELOG 2008-04-13 09:59:26 -07:00
bootp.h Fix warning differ in signedness in net/net.c and net/nfs.c 2007-11-18 01:29:38 +01:00
eth.c Merge branch 'master' of git://www.denx.de/git/u-boot-at91 2008-04-08 00:16:36 +02:00
Makefile Build: split COBJS value into multiple lines 2007-11-15 11:05:18 -07:00
net.c net: make ARP timeout configurable 2008-04-28 22:23:21 -07:00
nfs.c NFS Timeout with large files. 2008-02-14 01:26:13 +01:00
nfs.h
rarp.c Fix warning differ in signedness in net/net.c and net/nfs.c 2007-11-18 01:29:38 +01:00
rarp.h
sntp.c Fix some compile problems introduced by the latest CFG_CMD_xxx cleanup 2007-07-11 23:03:06 +02:00
sntp.h
tftp.c TFTP: fix search of ':' in BootFile 2008-02-14 23:02:52 +01:00
tftp.h