mirror of
https://github.com/Waujito/youtubeUnblock.git
synced 2024-12-21 22:05:56 +00:00
Fix #40 (finally)
This commit is contained in:
parent
15619afcdf
commit
d42ecb2b82
2
config.h
2
config.h
@ -70,4 +70,4 @@ extern struct config_t config;
|
||||
// Larger packets will be fragmented. Applicable for Chrome's kyber.
|
||||
#define AVAILABLE_MTU 1384
|
||||
|
||||
static const char defaul_snistr[] = "googlevideo.com,youtube.com,ggpht.com,ytimg.com";
|
||||
static const char defaul_snistr[] = "googlevideo.com,ggpht.com,ytimg.com,l.google.com,youtube.com,play.google.com";
|
||||
|
@ -838,8 +838,7 @@ int main(int argc, const char *argv[]) {
|
||||
};
|
||||
|
||||
qres = init_queue_wrapper(&tconf);
|
||||
}
|
||||
else {
|
||||
} else {
|
||||
printf("%d threads wil be used\n", config.threads);
|
||||
|
||||
struct queue_conf thread_confs[MAX_THREADS];
|
||||
|
Loading…
Reference in New Issue
Block a user