mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-12-20 07:14:26 +01:00
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:
parent
7d9119bdc4
commit
f657d618ce
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=213235
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user