ProtocolSubtype

Defines a protocol subtype.

BSDSocketAPICommon.swift:147
struct ProtocolSubtype

Protocol subtypes are the third argument passed to the socket system call. They aren’t necessarily protocols in their own right: for example, mptcp is not. They act to modify the socket type instead: thus, mptcp acts to modify SOCK_STREAM to ask for mptcp support.