diff options
author | Catalin Patulea <cat@vv.carleton.ca> | 2013-12-02 22:55:43 +0800 |
---|---|---|
committer | Catalin Patulea <cat@vv.carleton.ca> | 2013-12-02 22:55:43 +0800 |
commit | ddc10b2d0cbfe757cafc453708aa919039e773d6 (patch) | |
tree | 3323608115dc739dceeae235d9531fff874c35ab /includes.h | |
parent | 4f6f651b7d20f4a9cc8a5a19ef7b3de45534bbe2 (diff) |
Set IPTOS_LOWDELAY on PTY sessions only
Diffstat (limited to 'includes.h')
-rw-r--r-- | includes.h | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -156,6 +156,10 @@ typedef unsigned int u_int32_t; typedef u_int32_t uint32_t; #endif /* HAVE_UINT32_T */ +#ifdef SO_PRIORITY +#include <linux/pkt_sched.h> +#endif + #include "fake-rfc2553.h" #ifndef LOG_AUTHPRIV |