mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-12 02:31:41 +00:00
Bug 807494: Fix stun address to point to Mozilla-operated server. r=ekr
This commit is contained in:
parent
a0c4c89064
commit
b0029bacd5
@ -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…
x
Reference in New Issue
Block a user