From 8e7ea6742a94ea62b421d7184e9eab17fb5da934 Mon Sep 17 00:00:00 2001 From: Joel Grunbaum <joelgrun@gmail.com> Date: Wed, 21 Oct 2020 12:29:13 +0000 Subject: [PATCH] Added threading, progress and some comments, nearly done --- include/servers.h | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/include/servers.h b/include/servers.h index f1da678..64b8d40 100644 --- a/include/servers.h +++ b/include/servers.h @@ -1,3 +1,11 @@ +/** + * Unfortunately, wanting to make cross platform required static lists of hosts and dns servers + * At least until I think of a good way to do it + * Hosts came from alexa top 50 one day and dns are from quick searching for common servers + * DNS only takes IPv4 server addresses + * The definitions must be the same as the size of the arrays, as they are required later on to be read properly + **/ + #define NUM_HOSTNAMES 50 #define NUM_DNS 20 -- Gitblit v1.10.0