Browse Source
Return tuple of (address_family, net_addr, [port, [extra_data]]). net_addr is still raw network address as bytes object, but suitable for passing to inet_ntop() function. At the very least, sockaddr() will separate address family value from binary socket address (and currently, only AF_INET family is decoded).pull/1635/merge
Paul Sokolovsky
9 years ago
2 changed files with 26 additions and 1 deletions
Loading…
Reference in new issue