From 112706e2b24a9e38a76d27c07325e58cfdff8700 Mon Sep 17 00:00:00 2001 From: Phil Taylor Date: Fri, 5 Feb 2021 10:45:19 +0000 Subject: [PATCH] Add credit for Kappanhang --- udphandler.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/udphandler.cpp b/udphandler.cpp index 26ca8ee..dca6001 100644 --- a/udphandler.cpp +++ b/udphandler.cpp @@ -1,4 +1,5 @@ // Copyright 2021 Phil Taylor M0VSE +// This code is heavily based on "Kappanhang" by HA2NON, ES1AKOS and W6EL! #include "udphandler.h" @@ -29,7 +30,7 @@ udpHandler::udpHandler(QHostAddress ip, int cport, int sport, int aport,QString connect(&reauthTimer, &QTimer::timeout, this, QOverload<>::of(&udpHandler::ReAuth)); - SendPacketConnect(); // First connect packet + udpBase::SendPacketConnect(); // First connect packet }