qt5base-lts/examples/network
Timur Pocheptsov bd6d6d92b5 secure UDP server: do not use deprecated protocol (DTLS 1.0)
And also remove check for DtlsV1_2OrGreater for negotiated
session protocol, since it must have been resolved to a specific
protocol by this point.

Fixes: QTBUG-100154
Pick-to: 6.3 6.2
Change-Id: I3aec31faed8b9cb22be0062da057c62864eba34f
Reviewed-by: Mårten Nordheim <marten.nordheim@qt.io>
Reviewed-by: Edward Welbourne <edward.welbourne@qt.io>
2022-03-10 08:23:00 +00:00
..
blockingfortuneclient Examples: Remove unneeded CMake options 2022-01-24 14:00:00 +01:00
broadcastreceiver Examples: Remove unneeded CMake options 2022-01-24 14:00:00 +01:00
broadcastsender Examples: Remove unneeded CMake options 2022-01-24 14:00:00 +01:00
dnslookup Examples: Remove unneeded CMake options 2022-01-24 14:00:00 +01:00
doc Update the HTTP example 2020-10-28 08:48:26 +02:00
download Examples: Remove unneeded CMake options 2022-01-24 14:00:00 +01:00
downloadmanager Examples: Remove unneeded CMake options 2022-01-24 14:00:00 +01:00
fortuneclient Examples: Remove unneeded CMake options 2022-01-24 14:00:00 +01:00
fortuneserver Examples: Remove unneeded CMake options 2022-01-24 14:00:00 +01:00
googlesuggest Examples: Remove unneeded CMake options 2022-01-24 14:00:00 +01:00
http Examples: Remove unneeded CMake options 2022-01-24 14:00:00 +01:00
loopback Examples: Remove unneeded CMake options 2022-01-24 14:00:00 +01:00
multicastreceiver Examples: Remove unneeded CMake options 2022-01-24 14:00:00 +01:00
multicastsender Examples: Remove unneeded CMake options 2022-01-24 14:00:00 +01:00
multistreamclient Examples: Remove unneeded CMake options 2022-01-24 14:00:00 +01:00
multistreamserver Examples: Remove unneeded CMake options 2022-01-24 14:00:00 +01:00
network-chat Examples: Remove unneeded CMake options 2022-01-24 14:00:00 +01:00
securesocketclient Examples: Remove unneeded CMake options 2022-01-24 14:00:00 +01:00
secureudpclient Examples: Remove unneeded CMake options 2022-01-24 14:00:00 +01:00
secureudpserver secure UDP server: do not use deprecated protocol (DTLS 1.0) 2022-03-10 08:23:00 +00:00
shared Polish SCTP examples 2016-08-03 11:46:21 +00:00
threadedfortuneserver Examples: Remove unneeded CMake options 2022-01-24 14:00:00 +01:00
torrent Examples: Remove unneeded CMake options 2022-01-24 14:00:00 +01:00
CMakeLists.txt Examples: Remove remaining conversion markers in CMakeLists.txt 2021-12-13 14:16:26 +00:00
network.pro Remove bearer management from remaining network examples 2020-02-19 13:28:00 +01:00
README Remove references to demos from docs. 2011-07-05 19:57:54 +02:00

Qt is provided with an extensive set of network classes to support both
client-based and server side network programming.

These examples demonstrate the fundamental aspects of network programming
with Qt.


Documentation for these examples can be found via the Examples
link in the main Qt documentation.