summaryrefslogtreecommitdiffstats
path: root/net/bootp.c
diff options
context:
space:
mode:
authorGuennadi Liakhovetski <lg@denx.de>2008-04-03 17:04:19 +0200
committerBen Warren <biggerbadderben@gmail.com>2008-04-28 22:23:21 -0700
commit40cb90ee2b97db1f697e1b54f19a548ffc96d71b (patch)
treef9f7a531844abad357db09a00a8b83018c5ea1d0 /net/bootp.c
parent13e0b8f7ca9d29267bf01d7a01e521a0517adce1 (diff)
downloadtalos-obmc-uboot-40cb90ee2b97db1f697e1b54f19a548ffc96d71b.tar.gz
talos-obmc-uboot-40cb90ee2b97db1f697e1b54f19a548ffc96d71b.zip
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>
Diffstat (limited to 'net/bootp.c')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud