From ced0bd80683a37a4afd5ab4460e1e08812685379 Mon Sep 17 00:00:00 2001 From: Timur Pocheptsov Date: Fri, 22 Jun 2018 10:04:11 +0200 Subject: DTLS client - improve the example MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Remove redundant pingTimer.start() call (timer is not a single shot timer and already started before this point in code). - Use connected UDP sockets to show that it can work with QDtls. - Replace (translated) string concatenations with formatted strings and 'arg' where needed. Change-Id: I8dba54f43464a718062cd897d24f89b75b99f2a4 Reviewed-by: MÃ¥rten Nordheim Reviewed-by: Edward Welbourne --- examples/network/secureudpclient/association.h | 1 + 1 file changed, 1 insertion(+) (limited to 'examples/network/secureudpclient/association.h') diff --git a/examples/network/secureudpclient/association.h b/examples/network/secureudpclient/association.h index 08fc28e3ed..157882f23d 100644 --- a/examples/network/secureudpclient/association.h +++ b/examples/network/secureudpclient/association.h @@ -76,6 +76,7 @@ signals: private slots: + void udpSocketConnected(); void readyRead(); void handshakeTimeout(); void pskRequired(QSslPreSharedKeyAuthenticator *auth); -- cgit v1.2.3