LeviLamina
Loading...
Searching...
No Matches
NetworkSystemToggles.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/network/NetworkStatisticsConfig.h"
7#include "mc/network/PermissionIPv6.h"
8#include "mc/network/PermissionLAN.h"
9#include "mc/network/RakNetServerLANVisibility.h"
10
12public:
13 // member variables
14 // NOLINTBEGIN
15 ::ll::TypedStorage<4, 4, ::PermissionLAN> permissionLAN;
16 ::ll::TypedStorage<4, 4, ::PermissionIPv6> permissionIPv6;
17 ::ll::TypedStorage<4, 4, ::NetworkStatisticsConfig> statsConfig;
18 ::ll::TypedStorage<1, 1, bool> disableLanSignaling;
19 ::ll::TypedStorage<1, 1, bool> disableTrickleIce;
20 ::ll::TypedStorage<4, 4, ::RakNetServerLANVisibility> allowLanDiscovery;
21 ::ll::TypedStorage<1, 1, bool> enablePacketRateLimiting;
22 ::ll::TypedStorage<8, 16, ::std::optional<::std::chrono::seconds>> netherNetTimeout;
23 ::ll::TypedStorage<2, 2, ushort> preferredPort;
24 // NOLINTEND
25};
Definition NetworkSystemToggles.h:11