diff --git a/coreapi/sal_eXosip2.c b/coreapi/sal_eXosip2.c index 03fec5b..d96fa47 100644 --- a/coreapi/sal_eXosip2.c +++ b/coreapi/sal_eXosip2.c @@ -365,7 +365,7 @@ int sal_listen_port(Sal *ctx, const char *addr, int port, SalTransport tr, int i case SalTransportTCP: case SalTransportTLS: proto= IPPROTO_TCP; - keepalive=-1; + //keepalive=-1; eXosip_set_option (EXOSIP_OPT_UDP_KEEP_ALIVE,&keepalive); if (ctx->rootCa) {