sel-util ~master (2022-01-24T21:20:00.6984382)
Dub
Repo
OpenConnectionReply1
sel
raknet
packet
Undocumented in source.
class
OpenConnectionReply1 :
RaknetPacket
{
enum
ubyte
ID
;
Magic
magic
;
long
serverId
;
bool
security
;
ushort
mtuLength
;
this
();
this
(long serverId, bool security, ushort mtuLength);
mixin
Make
;
}
Constructors
this
this
()
Undocumented in source.
this
this
(long serverId, bool security, ushort mtuLength)
Undocumented in source.
Members
Mixins
__anonymous
mixin
Make
Undocumented in source.
Variables
ID
enum
ubyte
ID
;
Undocumented in source.
magic
Magic
magic
;
Undocumented in source.
mtuLength
ushort
mtuLength
;
Undocumented in source.
security
bool
security
;
Undocumented in source.
serverId
long
serverId
;
Undocumented in source.
Meta
Source
See Implementation
sel
raknet
packet
aliases
RaknetPacket
classes
Ack
ClientCancelConnection
ClientConnect
ClientHandshake
Encapsulated
Nack
OpenConnectionReply1
OpenConnectionReply2
OpenConnectionRequest1
OpenConnectionRequest2
Ping
Pong
ServerHandshake
UnconnectedPing
UnconnectedPong
structs
Acknowledge
Address
Encapsulation
Magic
Split
Triad