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

/*!
    \example loopback
    \title Loopback Example
    \ingroup examples-network
    \brief Demonstrates the client-server communication on a local host.

    The example demonstrates how the clients and servers on a local host
    communicate with each other.

    \image loopback-example.png
*/