From 8d599a82bc69e5eb71cdc4ddf112b6f3d09c20f7 Mon Sep 17 00:00:00 2001 From: Anthony Minessale Date: Mon, 26 Jan 2015 10:31:15 -0500 Subject: [PATCH] one more tweak to not jump back and forth on ice when you have 2 reachable --- src/switch_rtp.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/switch_rtp.c b/src/switch_rtp.c index ad93d8ee71..4ad259cce3 100644 --- a/src/switch_rtp.c +++ b/src/switch_rtp.c @@ -1154,6 +1154,7 @@ static void handle_ice(switch_rtp_t *rtp_session, switch_rtp_ice_t *ice, void *d host, port); switch_rtp_change_ice_dest(rtp_session, ice, host, port); + ice->last_ok = now; }