1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-06-03 06:30:42 +00:00

change writeBuffer to uint32

This commit is contained in:
v2ray 2016-06-25 23:17:04 +02:00
parent 5b70c33c77
commit 0812d7f9be
No known key found for this signature in database
GPG Key ID: 7251FFA14BB18169

View File

@ -6,7 +6,7 @@ type Config struct {
UplinkCapacity uint32
DownlinkCapacity uint32
Congestion bool
WriteBuffer int
WriteBuffer uint32
}
func (this *Config) Apply() {