mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 807494: Fix stun address to point to Mozilla-operated server. r=ekr
This commit is contained in:
parent
26bed435ec
commit
217279edd0
@ -275,7 +275,7 @@ RefPtr<NrIceCtx> NrIceCtx::Create(const std::string& name,
|
||||
NR_reg_set_uchar((char *)"ice.pref.interface.wlan0", 232);
|
||||
}
|
||||
|
||||
NR_reg_set_string((char *)"ice.stun.server.0.addr", (char *)"216.93.246.14");
|
||||
NR_reg_set_string((char *)"ice.stun.server.0.addr", (char *)"23.21.150.121");
|
||||
NR_reg_set_uint2((char *)"ice.stun.server.0.port",3478);
|
||||
NR_reg_set_uint4((char *)"stun.client.maximum_transmits",4);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user