summaryrefslogtreecommitdiff
path: root/include/net/wget.h
blob: 9a423b304147c4d9a12dccf6afe38413e616a8d8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/* SPDX-License-Identifier: GPL-2.0 */
/*
 * Duncan Hare Copyright 2017
 */

/**
 * wget_start() - begin wget
 */
void wget_start(void);

#define DEBUG_WGET		0	/* Set to 1 for debug messages */
#define WGET_RETRY_COUNT	30
#define WGET_TIMEOUT		2000UL