mirror of
https://github.com/v2fly/v2ray-core.git
synced 2025-08-08 00:28:22 +00:00
change writeBuffer to uint32
This commit is contained in:
parent
5b70c33c77
commit
0812d7f9be
@ -6,7 +6,7 @@ type Config struct {
|
|||||||
UplinkCapacity uint32
|
UplinkCapacity uint32
|
||||||
DownlinkCapacity uint32
|
DownlinkCapacity uint32
|
||||||
Congestion bool
|
Congestion bool
|
||||||
WriteBuffer int
|
WriteBuffer uint32
|
||||||
}
|
}
|
||||||
|
|
||||||
func (this *Config) Apply() {
|
func (this *Config) Apply() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user