FS-7587 Add ipv6 support to Verto / Websockets

This commit is contained in:
Anthony Minessale
2015-05-28 18:02:21 -05:00
parent 55a955787c
commit 3b2d00f3e6
11 changed files with 489 additions and 188 deletions
+3
View File
@@ -125,6 +125,9 @@ typedef struct switch_core_media_params_s {
char *extrtpip;
char *rtpip;
char *rtpip4;
char *rtpip6;
char *remote_ip;
int remote_port;
+1
View File
@@ -105,6 +105,7 @@ typedef struct ice_s {
icand_t cands[MAX_CAND][2];
int cand_idx;
int chosen[2];
int is_chosen[2];
char *ufrag;
char *pwd;
char *options;