Skip to content

Commit 57fe9aa

Browse files
authored
Merge pull request signalwire#2253 from signalwire/fix_ice_flopping
[core] Fix flopping routes on ICE negotiation
2 parents f1fb052 + 104c0b3 commit 57fe9aa

File tree

2 files changed

+247
-82
lines changed

2 files changed

+247
-82
lines changed

src/include/switch_rtp.h

+2
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,8 @@ typedef struct icand_s {
103103
switch_port_t rport;
104104
char *generation;
105105
uint8_t ready;
106+
uint8_t responsive;
107+
uint8_t use_candidate;
106108
} icand_t;
107109

108110
#define MAX_CAND 50

0 commit comments

Comments
 (0)