From 54f6bed6ad3c69a2144eae4e3f301a6d9b70cfd7 Mon Sep 17 00:00:00 2001
From: Joel Grunbaum <joelgrun@gmail.com>
Date: Wed, 21 Oct 2020 13:32:33 +0000
Subject: [PATCH] Updated README for windows sockets

---
 README.org |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/README.org b/README.org
index c783c11..5129998 100644
--- a/README.org
+++ b/README.org
@@ -11,7 +11,9 @@
 Namebench was in the process of a rewrite and also was written in go.
 This is written in C to try and make is as approachable as possible.
 
-It was developed mostly on Linux and Mac, although it has been tested to work on Windows as well.
+It was developed mostly on Linux and Mac.
+Unfortunately Windows with mingw64 does not have sys/socket.h, so it is unable to be built.
+Enabling that to work with some macro would be in the future.
 
 * Usage
 There is a preloaded list of 20 DNS servers and 50 hostnames to try out.
@@ -30,3 +32,4 @@
 - Optimise a little
 - Add more hostnames and DNS servers
 - Allow piping of hosts and/or servers
+- Windows socket support

--
Gitblit v1.10.0