mirror of https://github.com/v2ray/v2ray-core
change writeBuffer to uint32
parent
5b70c33c77
commit
0812d7f9be
|
@ -6,7 +6,7 @@ type Config struct {
|
|||
UplinkCapacity uint32
|
||||
DownlinkCapacity uint32
|
||||
Congestion bool
|
||||
WriteBuffer int
|
||||
WriteBuffer uint32
|
||||
}
|
||||
|
||||
func (this *Config) Apply() {
|
||||
|
|
Loading…
Reference in New Issue