Changed port so we don't conflict with Houdini

This commit is contained in:
Albert Vaca 2016-06-17 02:40:20 +02:00
parent bfd698af36
commit 5abd081b85
2 changed files with 2 additions and 2 deletions

View file

@ -76,7 +76,7 @@ private:
Server* mServer;
QUdpSocket mUdpSocket;
const static quint16 port = 1714;
const static quint16 port = 1716;
quint16 mTcpPort;
QMap<QString, LanDeviceLink*> mLinks;

View file

@ -46,7 +46,7 @@ QDebug operator<<(QDebug s, const NetworkPackage& pkg)
}
//const QCA::EncryptionAlgorithm NetworkPackage::EncryptionAlgorithm = QCA::EME_PKCS1v15;
const int NetworkPackage::ProtocolVersion = 6;
const int NetworkPackage::ProtocolVersion = 7;
NetworkPackage::NetworkPackage(const QString& type)
{