Updated UDP port number for PSK Reporter.

git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@3184 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
Edson W. R. Pereira 2013-04-16 19:24:52 +00:00
parent 4e1bbc77cc
commit aacff7c665
1 changed files with 1 additions and 1 deletions

View File

@ -101,7 +101,7 @@ void PSK_Reporter::sendReport()
// Get IP address for pskreporter.info and send report via UDP
QHostInfo info = QHostInfo::fromName("pskreporter.info");
m_udpSocket->writeDatagram(report,info.addresses().at(0),14739);
m_udpSocket->writeDatagram(report,info.addresses().at(0),4739);
qDebug() << header_h;
qDebug() << m_rxInfoDescriptor_h;