Changed #define for SOL_TCP to be IPPROTO_TCP instead of 6

This commit is contained in:
Mike McDonald
2014-01-21 11:06:29 -05:00
parent c0d26443ce
commit a563362ea2

View File

@@ -42,7 +42,7 @@
#ifdef __APPLE__
#ifndef SOL_TCP
#define SOL_TCP 6
#define SOL_TCP IPPROTO_TCP
#endif
#ifndef TCP_KEEPIDLE
#define TCP_KEEPIDLE TCP_KEEPALIVE