The structure stores generic socket address.
The sockaddr structure represents addresses in a protocol-independent way. It includes the address family, and the address data. The actual format of the address data is determined by the address family specified in sa_family
.
Public Attributes#
uint8_t
Total length of the structure.
Address family (for example, AF_INET).
char
Socket address data. The actual format is determined by the address family.