Fix Cygwin TCP_NODELAY issue from Paul Chu & Freddie

Conflicts:
	documentation/RELEASE_NOTES.md
This commit is contained in:
Andrew Johnson
2020-08-03 12:25:31 -05:00
committed by Dirk Zimoch
parent 1db2cba81d
commit 6fb361a965
@@ -26,6 +26,9 @@
#include <net/if.h>
#include <netdb.h>
#include <unistd.h> /* close() and others */
#ifndef TCP_NODELAY
# include <netinet/tcp.h>
#endif
typedef int SOCKET;