Contents

nw_parameters_create_custom_ip(_:_:)

Initializes parameters for connections and listeners using a custom IP protocol.

Declaration

func nw_parameters_create_custom_ip(_ custom_ip_protocol_number: UInt8, _ configure_ip: @escaping  nw_parameters_configure_protocol_block_t) -> nw_parameters_t

Discussion

Creating custom IP protocol connections requires the “com.apple.developer.networking.custom-protocol” entitlement.

See Also

Creating Parameters