sel-util ~master (2022-01-24T21:20:00.6984382)
Dub
Repo
RaknetHandler
sel
raknet
handler
Undocumented in source.
class
RaknetHandler {
immutable
ushort
mtu
;
bool
acceptSplit
;
this
(UdpSocket socket, Address address, ushort mtu);
void
send
(ubyte[] _buffer);
ubyte
[]
handle
(ubyte[] buffer);
}
Constructors
this
this
(UdpSocket socket, Address address, ushort mtu)
Undocumented in source.
Members
Functions
handle
ubyte
[]
handle
(ubyte[] buffer)
Undocumented in source. Be warned that the author may not have intended to support it.
send
void
send
(ubyte[] _buffer)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
acceptSplit
bool
acceptSplit
;
Undocumented in source.
mtu
ushort
mtu
;
Undocumented in source.
Meta
Source
See Implementation
sel
raknet
handler
classes
RaknetHandler