curl_sockaddr

addrlen was a socklen_t type before 7.18.0 but it turned really ugly and painful on the systems that lack this type

Members

Variables

addr
sockaddr addr;
addrlen
uint addrlen;

addrlen was a socklen_t type before 7.18.0 but it turned really ugly and painful on the systems that lack this type

family
int family;
protocol
int protocol;
socktype
int socktype;

Meta

Suggestion Box / Bug Report