From: David Goulet Date: Tue, 27 Aug 2013 19:11:40 +0000 (-0400) Subject: Get the maximum TCP timeout in sessiond X-Git-Url: http://git.efficios.com/?p=lttng-tools.git;a=commitdiff_plain;h=d831c2497e9e8b2360cbe2026fdb2d736fa07641;hp=d831c2497e9e8b2360cbe2026fdb2d736fa07641 Get the maximum TCP timeout in sessiond This actually just open some /proc files when calling lttcomm_init_inet() and computes the maximum value a TCP timeout for every possible operations (send/recv/connect). This is the first patch to fix the health check issue of having a smaller delta than the TCP maximum possible timeout. Signed-off-by: David Goulet ---