Skip to content

Commit

Permalink
Merge pull request #2253 from signalwire/fix_ice_flopping
Browse files Browse the repository at this point in the history
[core] Fix flopping routes on ICE negotiation
  • Loading branch information
andywolk committed Oct 27, 2023
2 parents f1fb052 + 104c0b3 commit 57fe9aa
Show file tree
Hide file tree
Showing 2 changed files with 247 additions and 82 deletions.
2 changes: 2 additions & 0 deletions src/include/switch_rtp.h
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,8 @@ typedef struct icand_s {
switch_port_t rport;
char *generation;
uint8_t ready;
uint8_t responsive;
uint8_t use_candidate;
} icand_t;

#define MAX_CAND 50
Expand Down
Loading

0 comments on commit 57fe9aa

Please sign in to comment.