summaryrefslogtreecommitdiffstats
path: root/examples/network/shared/sctpchannels.h
blob: 3bb920c6a793a03ec4336bc474d8c5e1b4568128 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// Copyright (C) 2016 Alex Trotsenko <alex1973tr@gmail.com>
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause

#ifndef SCTPCHANNELS_H
#define SCTPCHANNELS_H

enum SctpChannels {
    Movie = 0,
    Time = 1,
    Chat = 2,

    NumberOfChannels = 3
};

#endif