func (this *UTP) Seal(payload *alloc.Buffer) { payload.PrependUint16(this.connectionId) payload.PrependBytes(this.header, this.extension) }