remove narrowing conversion for ICE_SERVER_DEFAULT_PORT

This commit is contained in:
Stephen Birarda 2016-04-14 12:25:47 -07:00
parent 3f0ffc0aff
commit bc0b3b38b3

View file

@ -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;