]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
similar fix to 53d17a13121cb85d5bf3c260a4d365fefc7ae179
authorBrian West <brian@freeswitch.org>
Thu, 12 Sep 2013 21:56:07 +0000 (16:56 -0500)
committerBrian West <brian@freeswitch.org>
Thu, 12 Sep 2013 21:56:07 +0000 (16:56 -0500)
libs/sofia-sip/.update
libs/sofia-sip/libsofia-sip-ua/tport/tport_type_tcp.c

index c6dcc771df437778c69a3e7c46bed516035e4d78..b56ec5433da193a42dbba5ddedfd9d1be3077939 100644 (file)
@@ -1 +1 @@
-Thu Sep 12 00:10:12 CDT 2013
+Thu Sep 12 16:55:32 CDT 2013
index 1e9d9eb14f70ae48810be886e0e70d1d04f2f044..7196955e2764dfb58cf1bb38c1d96bd5c8bd8ed5 100644 (file)
@@ -188,6 +188,8 @@ int tport_tcp_init_secondary(tport_t *self, int socket, int accepted,
 
   self->tp_has_connection = 1;
 
+  self->tp_params->tpp_idle = UINT_MAX;
+
   if (setsockopt(socket, SOL_TCP, TCP_NODELAY, (void *)&val, sizeof val) == -1)
     return *return_reason = "TCP_NODELAY", -1;