Class BuiltinFlags
java.lang.Object
org.geysermc.mcprotocollib.network.BuiltinFlags
Built-in PacketLib session flags.
-
Field Summary
FieldsModifier and TypeFieldDescriptionWhen set to false, an SRV record resolve is not attempted.static final Flag<InetSocketAddress>When set to true, enables printing internal debug messages.When set to true, the client or server will attempt to use TCP Fast Open if supported. -
Method Summary
-
Field Details
-
PRINT_DEBUG
When set to true, enables printing internal debug messages. -
ENABLE_CLIENT_PROXY_PROTOCOL
-
CLIENT_PROXIED_ADDRESS
-
ATTEMPT_SRV_RESOLVE
When set to false, an SRV record resolve is not attempted. -
TCP_FAST_OPEN
When set to true, the client or server will attempt to use TCP Fast Open if supported.
-