From 6340983f07db4e82f891e4ee64ed82f178fce78e Mon Sep 17 00:00:00 2001 From: aviau <alexandre@alexandreviau.net> Date: Thu, 10 Aug 2017 14:06:50 -0400 Subject: [PATCH] pj_ice_sess.patch: add description Change-Id: I5c8320077b2697b7e3ed69ef432a5547e8780a1d Reviewed-by: Guillaume Roguez <guillaume.roguez@savoirfairelinux.com> --- contrib/src/pjproject/pj_ice_sess.patch | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/contrib/src/pjproject/pj_ice_sess.patch b/contrib/src/pjproject/pj_ice_sess.patch index bd040ffe3e..f8cf88c542 100644 --- a/contrib/src/pjproject/pj_ice_sess.patch +++ b/contrib/src/pjproject/pj_ice_sess.patch @@ -1,3 +1,10 @@ +Description: Expose the ice session to allow adding candidates. + . + Ring has other ways than stun to determine its IP address. + . + See ice_transport.cpp for usage details. +Author: Stepan Salenikovich <stepan.salenikovich@savoirfairelinux.com> + --- a/pjnath/include/pjnath/ice_strans.h +++ b/pjnath/include/pjnath/ice_strans.h @@ -845,6 +845,8 @@ PJ_DECL(pj_status_t) pj_ice_strans_sendt -- GitLab