9
0
Fork 0
barebox/net
Marc Kleine-Budde d3a183c329 net/nfs: increase timeout to 15 seconds
On my laptop with avahi enabled (linux mdns implementation), the unmount
take quite long, because the avahi daemon tries to resolve the client's
host name. This leads to a delay of about 8 seconds of the unmount reply
messages, so that barebox runs into a timeout. This patch increases the
NFS timeout to 15 to work around the problem.

Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
2012-01-25 18:11:45 +01:00
..
Kconfig tftp: Add push support 2010-06-28 10:45:04 +02:00
Makefile net: add dns support 2010-06-17 08:28:29 +02:00
dhcp.c dhcp: Add magicvars 2011-11-29 20:51:32 +01:00
dns.c net: add a context to the packet handler 2011-04-12 09:54:56 +02:00
eth.c net: make the ethernet device a child of the hardware device 2011-08-15 09:48:03 +02:00
net.c remove unused watchdog header 2011-12-15 11:46:50 +01:00
netconsole.c net: add a context to the packet handler 2011-04-12 09:54:56 +02:00
nfs.c net/nfs: increase timeout to 15 seconds 2012-01-25 18:11:45 +01:00
nfs.h pass filename to nfs and tftp start functions 2009-10-19 10:18:51 +02:00
ping.c net: add a context to the packet handler 2011-04-12 09:54:56 +02:00
rarp.h Initial revision 2002-07-20 20:14:13 +00:00
tftp.c net: add a context to the packet handler 2011-04-12 09:54:56 +02:00
tftp.h net: remove switch/case in NetLoop() 2009-10-13 10:57:40 +02:00