mirror of
https://github.com/v2fly/v2ray-core.git
synced 2025-01-20 08:16:55 -05:00
fix build break
This commit is contained in:
parent
14c2d415d2
commit
b2cbc369ac
2
vendor/github.com/lucas-clemente/quic-go/buffer_pool.go
generated
vendored
2
vendor/github.com/lucas-clemente/quic-go/buffer_pool.go
generated
vendored
@ -23,5 +23,5 @@ func putPacketBuffer(buf *[]byte) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
func init() {
|
func init() {
|
||||||
bufferPool = bytespool.GetPool(protocol.MaxReceivePacketSize)
|
bufferPool = bytespool.GetPool(int32(protocol.MaxReceivePacketSize))
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user