2.2.12 KICK Packet

This packet is sent by the server on multicast address and is used to instruct selected clients to remove themselves from the multicast session.


0


1


2


3


4


5


6


7


8


9

1
0


1


2


3


4


5


6


7


8


9

2
0


1


2


3


4


5


6


7


8


9

3
0


1

ClientCount

ClientList (variable)

...

ClientCount (2 bytes): MUST be set to the number of clients that have been instructed to remove themselves from the session.

ClientList (variable): MUST be set to an array specifying the list of clients that have been instructed to remove themselves from the multicast session. The count of elements in the array MUST match the count specified by the ClientCount field. The format for each element of the array is specified in section 2.2.12.1.