init(low:high:)

Create a new instance.

ChannelOption.swift:247
init(low: Int, high: Int)

Parameters

low

The low watermark.

high

The high watermark.

Valid initialization is restricted to 1 <= low <= high.