DefaultExtendedInfoFilter

A default naive extended info filter. This filter will stop accepting any avatars once 30kb of data has been written in the buffer. As a result of this, it is guaranteed that the packet capacity will never be exceeded under any circumstances, as the remaining 10kb is more than enough to write every extended info block set to the theoretical maximums.

Constructors

Link copied to clipboard
constructor()

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open override fun accept(writableBytes: Int, constantFlag: Int, remainingAvatars: Int, previouslyObserved: Boolean): Boolean

Whether to accept writing the extended info blocks for the next avatar.