コード例 #1
0
ファイル: utp.go プロジェクト: DZLZHCODE/v2ray-core
func (this *UTP) Seal(payload *alloc.Buffer) {
	payload.PrependUint16(this.connectionId)
	payload.PrependBytes(this.header, this.extension)
}