Instance Propertyswift-nio 2.72.0NIOCore
high
The high mark setting for a Channel
.
let high: Int
When the amount of buffered bytes in the Channel
s outbound exceeds this value the Channel
will be marked as non-writable. It will be marked as writable again once the amount of buffered bytes drops below low
.
Other members in extension
Type members
init(low: Int, high: Int
) Create a new instance.
Instance members
let low: Int
The low mark setting for a
Channel
.