mirror of https://github.com/v2ray/v2ray-core
fix build break
parent
14c2d415d2
commit
b2cbc369ac
|
@ -23,5 +23,5 @@ func putPacketBuffer(buf *[]byte) {
|
|||
}
|
||||
|
||||
func init() {
|
||||
bufferPool = bytespool.GetPool(protocol.MaxReceivePacketSize)
|
||||
bufferPool = bytespool.GetPool(int32(protocol.MaxReceivePacketSize))
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue