1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2025-01-02 23:47:07 -05:00

fix build break

This commit is contained in:
Darien Raymond 2018-11-21 10:52:07 +01:00
parent 14c2d415d2
commit b2cbc369ac
No known key found for this signature in database
GPG Key ID: 7251FFA14BB18169

View File

@ -23,5 +23,5 @@ func putPacketBuffer(buf *[]byte) {
}
func init() {
bufferPool = bytespool.GetPool(protocol.MaxReceivePacketSize)
bufferPool = bytespool.GetPool(int32(protocol.MaxReceivePacketSize))
}