mirror of
https://github.com/overte-org/overte.git
synced 2025-04-05 22:32:49 +02:00
remove the monitoring endpoint debug
This commit is contained in:
parent
7385894b66
commit
9bca2309e0
1 changed files with 0 additions and 3 deletions
|
@ -27,8 +27,6 @@
|
|||
const int CLEAR_INACTIVE_PEERS_INTERVAL_MSECS = 1 * 1000;
|
||||
const int PEER_SILENCE_THRESHOLD_MSECS = 5 * 1000;
|
||||
|
||||
const quint16 ICE_SERVER_MONITORING_PORT = 40110;
|
||||
|
||||
IceServer::IceServer(int argc, char* argv[]) :
|
||||
QCoreApplication(argc, argv),
|
||||
_id(QUuid::createUuid()),
|
||||
|
@ -37,7 +35,6 @@ IceServer::IceServer(int argc, char* argv[]) :
|
|||
{
|
||||
// start the ice-server socket
|
||||
qDebug() << "ice-server socket is listening on" << ICE_SERVER_DEFAULT_PORT;
|
||||
qDebug() << "monitoring http endpoint is listening on " << ICE_SERVER_MONITORING_PORT;
|
||||
_serverSocket.bind(QHostAddress::AnyIPv4, ICE_SERVER_DEFAULT_PORT);
|
||||
|
||||
// set processPacket as the verified packet callback for the udt::Socket
|
||||
|
|
Loading…
Reference in a new issue