setBuffer

fun setBuffer(clientTypeId: Int, buffer: ByteBuf)

Sets the client-specific buffer at index clientTypeId.

Parameters

clientTypeId

the id of the client, additionally used as the key to the buffers array.

buffer

the pre-computed buffer for this extended info block.