sel-util ~master (2022-01-24T21:20:00.6984382)
Dub
Repo
Address
sel
raknet
packet
Undocumented in source.
struct
Address {
ubyte
type
;
@
Condition
("type==4")
uint
ipv4
;
@
Condition
("type==6")
ubyte
[
16
]
ipv6
;
@
Condition
("type==6")
ubyte
[
10
]
unknown
;
ushort
port
;
this
(SocketAddress address);
}
Constructors
this
this
(SocketAddress address)
Undocumented in source.
Members
Variables
ipv4
uint
ipv4
;
Undocumented in source.
ipv6
ubyte
[
16
]
ipv6
;
Undocumented in source.
port
ushort
port
;
Undocumented in source.
type
ubyte
type
;
Undocumented in source.
unknown
ubyte
[
10
]
unknown
;
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