PREFIX_BYTE

const val PREFIX_BYTE: Byte = 116

First byte of every encoded admit frame. A replication frame must not begin with it, so the gate can distinguish protocol frames from application frames on the one shared incoming stream. Value 0x74 ('t' for tap-admit).