mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-23 20:51:58 +00:00
FS-7587 Add ipv6 support to Verto / Websockets
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user