Fix Cygwin TCP_NODELAY issue from Paul Chu & Freddie

Conflicts:
	documentation/RELEASE_NOTES.md
This commit is contained in:
Andrew Johnson
2020-11-16 17:27:56 +01:00
committed by 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;