16 lines
519 B
Plaintext
16 lines
519 B
Plaintext
// 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
|
|
*/
|