diff options
| author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2001-08-18 10:48:55 +0000 |
|---|---|---|
| committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2001-08-18 10:48:55 +0000 |
| commit | eab5a80417540369c9d8bf2c3bf225cd43ddfb5e (patch) | |
| tree | 8ac9aa31d03ef06ac7320e095ee31727e6594363 /usr.bin/fetch/fetch.c | |
| parent | 884539f70154b0fefdf6905be893c0ceabca755f (diff) | |
Notes
Diffstat (limited to 'usr.bin/fetch/fetch.c')
| -rw-r--r-- | usr.bin/fetch/fetch.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/fetch/fetch.c b/usr.bin/fetch/fetch.c index f48faebf0f74..a8ef3a68d2ea 100644 --- a/usr.bin/fetch/fetch.c +++ b/usr.bin/fetch/fetch.c @@ -70,7 +70,7 @@ int R_flag; /* -R: don't delete partially transferred files */ int r_flag; /* -r: restart previously interrupted transfer */ off_t S_size; /* -S: require size to match */ int s_flag; /* -s: show size, don't fetch */ -u_int T_secs = 0; /* -T: transfer timeout in seconds */ +u_int T_secs = 120; /* -T: transfer timeout in seconds */ int t_flag; /*! -t: workaround TCP bug */ int U_flag; /* -U: do not use high ports */ int v_level = 1; /* -v: verbosity level */ |
