Increase maximum network timeout from 20s to 120s. Given that an ETIMEDOUT

return from sendrecv probably means a failure to boot we might as well be
generous in the timeout period.
This commit is contained in:
Ed Maste 2010-09-28 01:30:49 +00:00
parent 7d9119bdc4
commit f657d618ce
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=213235

View File

@ -50,7 +50,7 @@
#define MACPY(s, d) bcopy((char *)s, (char *)d, 6)
#define MAXTMO 20 /* seconds */
#define MAXTMO 120 /* seconds */
#define MINTMO 2 /* seconds */
#define FNAME_SIZE 128