From 9c7e081f51063b6cdb4674f4d2e6c4eab502a327 Mon Sep 17 00:00:00 2001 From: Martin Sustrik Date: Wed, 28 Mar 2012 09:20:38 +0200 Subject: XS_KEEPALIVE options added This option allows to turn on TCP keepalives on the underlying connections. Signed-off-by: Martin Sustrik --- include/xs.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/xs.h b/include/xs.h index 5c781ea..b47358b 100644 --- a/include/xs.h +++ b/include/xs.h @@ -198,6 +198,7 @@ XS_EXPORT int xs_setctxopt (void *context, int option, const void *optval, #define XS_RCVTIMEO 27 #define XS_SNDTIMEO 28 #define XS_IPV4ONLY 31 +#define XS_KEEPALIVE 32 /* Message options */ #define XS_MORE 1 -- cgit v1.2.3