]>
Commit | Line | Data |
---|---|---|
cfbae482 YCLP |
1 | /* SPDX-License-Identifier: GPL-2.0 */ |
2 | /* | |
3 | * Duncan Hare Copyright 2017 | |
4 | */ | |
5 | ||
6 | /** | |
7 | * wget_start() - begin wget | |
8 | */ | |
9 | void wget_start(void); | |
10 | ||
cfbae482 | 11 | #define DEBUG_WGET 0 /* Set to 1 for debug messages */ |
cfbae482 YCLP |
12 | #define WGET_RETRY_COUNT 30 |
13 | #define WGET_TIMEOUT 2000UL |