1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-06-26 09:25:23 +00:00

reduce size of TransferType

This commit is contained in:
Darien Raymond 2018-04-04 21:46:36 +02:00
parent 79c1087311
commit 61a1cce972
No known key found for this signature in database
GPG Key ID: 7251FFA14BB18169

View File

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