-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathconfigs.h
More file actions
28 lines (18 loc) · 744 Bytes
/
Copy pathconfigs.h
File metadata and controls
28 lines (18 loc) · 744 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
#ifndef CONFIGS_H
#define CONFIGS_H
#define MAX_WORKERS_DEFAULT 256
#define PROXY_TYPES_DEFAULT "4,5,h"
#define INPUT_FILENAME_DEFAULT "input.txt"
#define OUTPUT_FILENAME_DEFAULT "output.txt"
#define PRINT_ONLINE_PROXY_DEFAULT false
#define TIMEOUT_DEFAULT 16
#define CHECK_ORIGIN_DEFAULT false
#define RANGE_START_DEFAULT 16777216
#define RANGE_END_DEFAULT 4294967295
#define RANGE_STATUS_FILE_DEFAULT "status.ini"
#define PORTS_DEFAULT "4[4145]5[1080]h[80,8080]"
#define DEST_HOST "httpbin.org"
#define DEST_PORT 80
#define GET_FREE_THREAD_USLEEP 100
#define SBLIST_BLOCK_SIZE 1024
#endif // CONFIGS_H