mirror of
https://github.com/v2fly/v2ray-core.git
synced 2026-04-14 01:29:17 -04:00
change writeBuffer to uint32
This commit is contained in:
@@ -6,7 +6,7 @@ type Config struct {
|
||||
UplinkCapacity uint32
|
||||
DownlinkCapacity uint32
|
||||
Congestion bool
|
||||
WriteBuffer int
|
||||
WriteBuffer uint32
|
||||
}
|
||||
|
||||
func (this *Config) Apply() {
|
||||
|
||||
Reference in New Issue
Block a user