Fix Cygwin TCP_NODELAY issue from Paul Chu & Freddie
Conflicts: documentation/RELEASE_NOTES.md
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user