mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-22 13:48:09 +00:00
update ms2
This commit is contained in:
parent
fb408613cd
commit
a302d7edd5
2 changed files with 3 additions and 3 deletions
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Subproject commit 3f8ccb0f4f3509ceeb486e8da9528a9bde1471e2
|
||||
Subproject commit 6874ac86f173b5cf57b87e5ee529652ba6676295
|
||||
Loading…
Add table
Reference in a new issue