summaryrefslogtreecommitdiffstats
path: root/examples/network/secureudpserver/server.cpp
Commit message (Expand)AuthorAgeFilesLines
* Examples: Do not wrap custom types in Qt namespaceKai Köhne2023-01-021-4/+0
* Replace qExchange with std::exchangeMarc Mutz2022-10-071-1/+1
* Use SPDX license identifiersLucie Gérard2022-05-161-49/+2
* secure UDP server: do not use deprecated protocol (DTLS 1.0)Timur Pocheptsov2022-03-101-6/+0
* SecureUDPServer example: use std::unique_ptr instead of QSharedPointerMarc Mutz2019-05-151-12/+11
* DTLS server - use the proper TLS configurationTimur Pocheptsov2018-08-101-0/+1
* Document DTLS examplesTimur Pocheptsov2018-08-091-2/+26
* QDtls - use conventional namesTimur Pocheptsov2018-07-271-3/+3
* QDtls - refactorTimur Pocheptsov2018-07-261-6/+6
* Add a secure UDP server exampleTimur Pocheptsov2018-06-211-0/+252