LeviLamina
Loading...
Searching...
No Matches
TransportConfiguration.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5namespace NetherNet {
6
8public:
9 // TransportConfiguration inner types define
10 enum class SignalingHost : uchar {
11 WebSocket = 0,
12 Deferred = 1,
13 TcpClientPrototype = 2,
14 TcpServerPrototype = 3,
15 None = 4,
16 };
17
18public:
19 // member variables
20 // NOLINTBEGIN
30 // NOLINTEND
31
32public:
33 // prevent constructor by default
37
38public:
39 // member functions
40 // NOLINTBEGIN
42 // NOLINTEND
43
44public:
45 // static variables
46 // NOLINTBEGIN
47 MCNAPI static uint64 const& MAX_KNOWN_MAPPED_ADDRESSES();
48 // NOLINTEND
49
50public:
51 // destructor thunk
52 // NOLINTBEGIN
53 MCNAPI void $dtor();
54 // NOLINTEND
55};
56
57} // namespace NetherNet
Definition TransportConfiguration.h:7
static MCAPI uint64 const & MAX_KNOWN_MAPPED_ADDRESSES()
Definition Alias.h:14