From ddc10b2d0cbfe757cafc453708aa919039e773d6 Mon Sep 17 00:00:00 2001 From: Catalin Patulea Date: Mon, 2 Dec 2013 22:55:43 +0800 Subject: Set IPTOS_LOWDELAY on PTY sessions only --- includes.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'includes.h') diff --git a/includes.h b/includes.h index 62a8d73..bae82f5 100644 --- a/includes.h +++ b/includes.h @@ -156,6 +156,10 @@ typedef unsigned int u_int32_t; typedef u_int32_t uint32_t; #endif /* HAVE_UINT32_T */ +#ifdef SO_PRIORITY +#include +#endif + #include "fake-rfc2553.h" #ifndef LOG_AUTHPRIV -- cgit v1.2.3