gio.socket_address.SocketAddress is the equivalent of `struct sockaddr` and its subtypes in the BSD sockets API. This is an abstract class; use gio.inet_socket_address.InetSocketAddress for internet sockets, or gio.unix_socket_address.UnixSocketAddress for UNIX domain sockets.
gio.socket_address.SocketAddress is the equivalent of `struct sockaddr` and its subtypes in the BSD sockets API. This is an abstract class; use gio.inet_socket_address.InetSocketAddress for internet sockets, or gio.unix_socket_address.UnixSocketAddress for UNIX domain sockets.