예제 #1
0
파일: utp.go 프로젝트: DZLZHCODE/v2ray-core
func (this *UTP) Seal(payload *alloc.Buffer) {
	payload.PrependUint16(this.connectionId)
	payload.PrependBytes(this.header, this.extension)
}