diff options
| author | Attilio Rao <attilio@FreeBSD.org> | 2010-10-25 23:58:16 +0000 |
|---|---|---|
| committer | Attilio Rao <attilio@FreeBSD.org> | 2010-10-25 23:58:16 +0000 |
| commit | ac5b9dd470e4abdf4651ecaac9cf46e3dabb2885 (patch) | |
| tree | dd3f18968314fe593c6d165abf2fb7d9bb73b712 /lib | |
| parent | e95cd57da02d5508d02844d01a131a6994192f5e (diff) | |
Notes
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/libstand/net.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libstand/net.h b/lib/libstand/net.h index 9434c3ca31f9..94f2aabf81e2 100644 --- a/lib/libstand/net.h +++ b/lib/libstand/net.h @@ -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 |
