Merge branch 'master' into ci-dev
This commit is contained in:
commit
c49f402e36
@ -1,6 +1,6 @@
|
||||
# Ostinato
|
||||
|
||||
[](https://travis-ci.org/pstavirs/ostinato)
|
||||
[](https://travis-ci.com/pstavirs/ostinato)
|
||||
|
||||
This is the code repository for the Ostinato network packet crafter and traffic generator
|
||||
|
||||
|
@ -206,6 +206,7 @@ void PortGroup::processVersionCompatibility(PbRpcController *controller)
|
||||
logError(id(), QString("checkVersion failed: %1")
|
||||
.arg(QString::fromStdString(verCompat->notes())));
|
||||
compat = kIncompatible;
|
||||
reconnect = false;
|
||||
emit portGroupDataChanged(mPortGroupId);
|
||||
|
||||
QMessageBox msgBox;
|
||||
@ -289,8 +290,6 @@ void PortGroup::on_rpcChannel_error(QAbstractSocket::SocketError socketError)
|
||||
" - is it drone or some other process?")
|
||||
.arg(rpcChannel->serverName())
|
||||
.arg(rpcChannel->serverPort()));
|
||||
// fall-through
|
||||
case QAbstractSocket::RemoteHostClosedError:
|
||||
reconnect = false;
|
||||
break;
|
||||
default:
|
||||
|
@ -21,6 +21,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>
|
||||
#define _MAC_EDIT_H
|
||||
|
||||
#include <QLineEdit>
|
||||
#include <QRegExpValidator>
|
||||
|
||||
class MacEdit: public QLineEdit
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user