This structure is used to store a generic socket address.
Public Attributes#
uint8_t
Total length of the structure.
Address family (e.g., AF_INET).
char
Socket address data. The actual format is determined by the address family.
This structure is used to store a generic socket address.
Total length of the structure.
Address family (e.g., AF_INET).
Socket address data. The actual format is determined by the address family.