Get the maximum TCP timeout in sessiond
[lttng-tools.git] / src / bin / lttng-sessiond / main.c
index 195174a4edf259d24e2e0d523f0dd243805e4f01..627560f499773e0732e4e1f8cccf70c220483cc2 100644 (file)
@@ -4652,6 +4652,8 @@ int main(int argc, char **argv)
 
        /* Initialize communication library */
        lttcomm_init();
+       /* This is to get the TCP timeout value. */
+       lttcomm_inet_init();
 
        /* Create thread to manage the client socket */
        ret = pthread_create(&ht_cleanup_thread, NULL,
This page took 0.023944 seconds and 4 git commands to generate.