_applyChannelConvenienceOptions(_:)
Apply any understood convenience options to the bootstrap, removing them from the set of options if they are consumed. Method is optional to implement and should never be directly called by users.
func _applyChannelConvenienceOptions(_ options: inout ChannelOptions.TCPConvenienceOptions) -> Self
Parameters
- options
The options to try applying - the options applied should be consumed from here.
Returns
The updated bootstrap with and options applied.