Increased socket progress timeout from 1s to 5s in exosip + remove -D from Makefile
This commit is contained in:
parent
35728354be
commit
79a6e9c9be
2 changed files with 1 additions and 3 deletions
2
submodules/externals/build/exosip/Android.mk
vendored
2
submodules/externals/build/exosip/Android.mk
vendored
|
@ -51,14 +51,12 @@ LOCAL_SRC_FILES += \
|
|||
src/eXrefer_api.c \
|
||||
src/jpublish.c \
|
||||
src/sdp_offans.c
|
||||
#SOCKET_PROGRESS_TIMEOUT=1000 to take care of edge network
|
||||
LOCAL_CFLAGS += \
|
||||
-UHAVE_CONFIG_H \
|
||||
-include $(LOCAL_PATH)/../build/exosip/libeXosip2_AndroidConfig.h \
|
||||
-DOSIP_MT \
|
||||
-DENABLE_TRACE \
|
||||
-DSOCKET_TIMEOUT=50 \
|
||||
-DSOCKET_PROGRESS_TIMEOUT=1000 \
|
||||
-include $(LOCAL_PATH)/include/eXosip2/eXosip_transport_hook.h
|
||||
|
||||
|
||||
|
|
2
submodules/externals/exosip
vendored
2
submodules/externals/exosip
vendored
|
@ -1 +1 @@
|
|||
Subproject commit 73097acf6afaef4827e6fe39214e77e53a1fbfd4
|
||||
Subproject commit c76a9d4340f436d2f61f8b031d46bc511776b136
|
Loading…
Reference in a new issue