mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-13 22:27:13 +02:00
remove narrowing conversion for ICE_SERVER_DEFAULT_PORT
This commit is contained in:
parent
3f0ffc0aff
commit
bc0b3b38b3
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@
|
|||
#include "HifiSockAddr.h"
|
||||
|
||||
const QString ICE_SERVER_HOSTNAME = "localhost";
|
||||
const int ICE_SERVER_DEFAULT_PORT = 7337;
|
||||
const quint16 ICE_SERVER_DEFAULT_PORT = 7337;
|
||||
const int ICE_HEARBEAT_INTERVAL_MSECS = 2 * 1000;
|
||||
const int MAX_ICE_CONNECTION_ATTEMPTS = 5;
|
||||
|
||||
|
|
Loading…
Reference in a new issue