Store and forward UDP messages while waiting for a host lookup

git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@5622 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
Bill Somerville
2015-06-18 22:01:40 +00:00
parent f511da3c53
commit 6ceecd2f47
4 changed files with 46 additions and 13 deletions
+2 -2
View File
@@ -4,14 +4,14 @@
#include <QObject>
#include <QTime>
#include <QDateTime>
#include <QString>
#include <QByteArray>
#include <QHostAddress>
#include "Radio.hpp"
#include "pimpl_h.hpp"
class QString;
//
// MessageServer - a reference implementation of a message server
// matching the MessageClient class at the other end