summaryrefslogtreecommitdiffstats
path: root/examples/network/doc/src/multistreamclient.qdoc
blob: 4f2a5ae2c0525282aadf268ec276b53f4e17d481 (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 {The application allows the user to write data to other clients via SCTP communication}
*/