channelOption(_:value:)

    Specifies a ChannelOption to be applied to the Channel.

    RawSocketBootstrap.swift:91
    func channelOption<Option>(_ option: Option, value: Option.Value) -> Self where Option : ChannelOption

    Parameters

    option

    The option to be applied.

    value

    The value for the option.

    Other members in extension

    Type members

    Instance members