summaryrefslogtreecommitdiffstats
path: root/examples/network/doc/src/multistreamclient.qdoc
blob: bb70eac7419e41ac9f7aadf708ce9aeebbfd59f6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// Copyright (C) 2016 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only

/*!
    \example multistreamclient
    \title Multi-stream Client
    \examplecategory {Networking}
    \meta tags {network,sctp}
    \ingroup examples-network
    \brief Demonstrates how to use SCTP on the client side.

    This example demonstrates how to use SCTP, with multiple channels,
    to interact with other clients through a server.
    \image multi-stream-client-example.webp
*/