Changed port so we don't conflict with Houdini
This commit is contained in:
parent
bfd698af36
commit
5abd081b85
2 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
|
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue