KickUser: Difference between revisions
Jump to navigation
Jump to search
Cube Linden (talk | contribs) mNo edit summary |
No edit summary |
||
| Line 4: | Line 4: | ||
<pre width=80> | <pre width=80> | ||
{ | { | ||
KickUser Low Trusted Unencoded | KickUser Low 163 Trusted Unencoded | ||
{ | { | ||
TargetBlock Single | TargetBlock Single | ||
| 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. | |||
* <code>IPADDR</code> is U32, where each byte corresponds to an octet of the address. | |||
* <code>IPPORT</code> is U16. | |||
TargetIP and TargetPort may both be zero. | |||
[[Category:Messages]] | [[Category:Messages]] | ||
Revision as of 13:56, 17 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.
IPADDRis U32, where each byte corresponds to an octet of the address.IPPORTis U16.
TargetIP and TargetPort may both be zero.