From cbbee0458299355ccae4d9c1510cd85353b5c0cd Mon Sep 17 00:00:00 2001 From: "C. McEnroe" Date: Sat, 1 Aug 2020 00:10:58 -0400 Subject: Remove compat.h --- local.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'local.c') diff --git a/local.c b/local.c index b3670ee..22e6f59 100644 --- a/local.c +++ b/local.c @@ -49,6 +49,10 @@ #include "bounce.h" +#ifdef __APPLE__ +#define TCP_KEEPIDLE TCP_KEEPALIVE +#endif + static struct tls *server; static byte *readFile(size_t *len, FILE *file) { -- cgit 1.4.1