1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2026-01-04 16:25:21 -05:00

reduce size of TransferType

This commit is contained in:
Darien Raymond
2018-04-04 21:46:36 +02:00
parent 79c1087311
commit 61a1cce972

View File

@@ -1,6 +1,6 @@
package protocol
type TransferType int
type TransferType byte
const (
TransferTypeStream TransferType = 0