qt6-bb10/examples/network/secureudpclient
Timur Pocheptsov ced0bd8068 DTLS client - improve the example
- 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 <marten.nordheim@qt.io>
Reviewed-by: Edward Welbourne <edward.welbourne@qt.io>
2018-07-10 04:55:48 +00:00
..
addressdialog.cpp Add a secure UDP client example 2018-06-22 13:09:42 +00:00
addressdialog.h Add a secure UDP client example 2018-06-22 13:09:42 +00:00
addressdialog.ui Add a secure UDP client example 2018-06-22 13:09:42 +00:00
association.cpp DTLS client - improve the example 2018-07-10 04:55:48 +00:00
association.h DTLS client - improve the example 2018-07-10 04:55:48 +00:00
main.cpp Add a secure UDP client example 2018-06-22 13:09:42 +00:00
mainwindow.cpp Add a secure UDP client example 2018-06-22 13:09:42 +00:00
mainwindow.h Add a secure UDP client example 2018-06-22 13:09:42 +00:00
mainwindow.ui Add a secure UDP client example 2018-06-22 13:09:42 +00:00
secureudpclient.pro Add a secure UDP client example 2018-06-22 13:09:42 +00:00