From 602b64263ac7390c6c3eabf008a092cb5ca37983 Mon Sep 17 00:00:00 2001 From: Joel Grunbaum <joelgrun@gmail.com> Date: Wed, 21 Oct 2020 13:17:01 +0000 Subject: [PATCH] Added README and help to program --- 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