protocolFamily
The protocol family that the receiver uses for communication.
Declaration
var protocolFamily: Int32 { get }Discussion
Possible values are defined in <sys/socket.h>, such as AF_LOCAL, AF_INET, and AF_INET6.
The protocol family that the receiver uses for communication.
var protocolFamily: Int32 { get }Possible values are defined in <sys/socket.h>, such as AF_LOCAL, AF_INET, and AF_INET6.