Instance Propertyswift-nio 2.84.0NIOCore
maximum
RecvByteBufferAllocator.swift:66let maximum: Int
let maximum: Int
s7NIOCore31AdaptiveRecvByteBufferAllocatorV7maximumSivp
What are these?5W3S8
import NIOCore
The core abstractions that make up SwiftNIO.
struct AdaptiveRecvByteBufferAllocator
RecvByteBufferAllocator
which will gracefully increment or decrement the buffer size on the feedback that was recorded.
@frozen struct Int
A signed integer value type.
init()
init(minimum: Int, initial: Int, maximum: Int)
let initial: Int
let minimum: Int
func buffer(allocator: ByteBufferAllocator) -> ByteBuffer
func nextBufferSize() -> Int?
mutating func record(actualReadBytes: Int) -> Bool