From a302d7edd585029ef1258b49f1b503d2f4a7eff6 Mon Sep 17 00:00:00 2001 From: Simon Morlat Date: Mon, 14 Jan 2013 16:17:02 +0100 Subject: [PATCH] update ms2 --- coreapi/sal_eXosip2.c | 4 ++-- mediastreamer2 | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/coreapi/sal_eXosip2.c b/coreapi/sal_eXosip2.c index f4830934..203c7cb9 100644 --- a/coreapi/sal_eXosip2.c +++ b/coreapi/sal_eXosip2.c @@ -397,12 +397,12 @@ int sal_listen_port(Sal *ctx, const char *addr, int port, SalTransport tr, int i switch (tr) { case SalTransportUDP: proto=IPPROTO_UDP; - eXosip_set_option (EXOSIP_OPT_UDP_KEEP_ALIVE, &keepalive); + eXosip_set_option (EXOSIP_OPT_UDP_KEEP_ALIVE, &keepalive); break; case SalTransportTCP: case SalTransportTLS: proto= IPPROTO_TCP; - keepalive=-1; + keepalive=-1; eXosip_set_option (EXOSIP_OPT_UDP_KEEP_ALIVE,&keepalive); set_tls_options(ctx); break; diff --git a/mediastreamer2 b/mediastreamer2 index 3f8ccb0f..6874ac86 160000 --- a/mediastreamer2 +++ b/mediastreamer2 @@ -1 +1 @@ -Subproject commit 3f8ccb0f4f3509ceeb486e8da9528a9bde1471e2 +Subproject commit 6874ac86f173b5cf57b87e5ee529652ba6676295 -- 2.39.2