Difference between revisions of "KickUser"
Jump to navigation
Jump to search
Line 20: | Line 20: | ||
</pre> | </pre> | ||
==Usage and Notes== | ==Usage and Notes== | ||
Sent by the simulator when the client is being disconnected by the server. | Sent by the simulator when the client is being disconnected by the server. The client may initiate a disconnect with [[LogoutRequest]]. | ||
* <code>IPADDR</code> is U32, where each byte corresponds to an octet of the address. | * <code>IPADDR</code> is U32, where each byte corresponds to an octet of the address. |
Latest revision as of 06:08, 28 September 2024
Message Layout
{ KickUser Low 163 Trusted Unencoded { TargetBlock Single { TargetIP IPADDR } { TargetPort IPPORT } } { UserInfo Single { AgentID LLUUID } { SessionID LLUUID } { Reason Variable 2 } } }
Usage and Notes
Sent by the simulator when the client is being disconnected by the server. The client may initiate a disconnect with LogoutRequest.
IPADDR
is U32, where each byte corresponds to an octet of the address.IPPORT
is U16.
TargetIP and TargetPort may both be zero.