socket.getservbyname()

socket.getservbyname(servicename[, protocolname]) Translate an Internet service name and protocol name to a port number for

2016-10-07 17:42:14
socket.inet_pton()

socket.inet_pton(address_family, ip_string) Convert an IP address from its family-specific string format to a packed, binary

2016-10-07 17:42:17
ssl.SSLSocket

class ssl.SSLSocket(socket.socket) SSL sockets provide the following methods of

2016-10-07 17:42:55
ssl.SSLContext.options

SSLContext.options An integer representing the set of SSL options enabled on this context. The default value is OP_ALL

2016-10-07 17:42:51
socket.if_nametoindex()

socket.if_nametoindex(if_name) Return a network interface index number corresponding to an interface name.

2016-10-07 17:42:16
mmap.mmap.flush()

flush([offset[, size]]) Flushes changes made to the in-memory copy of a file back to disk. Without use of this call there is

2016-10-07 17:37:18
socket.socket.getpeername()

socket.getpeername() Return the remote address to which the socket is connected. This is useful to find out the port number

2016-10-07 17:42:20
socket.socket.sendto()

socket.sendto(bytes, address) socket.sendto(bytes, flags, address) Send data to the socket. The socket should not

2016-10-07 17:42:24
socket.getfqdn()

socket.getfqdn([name]) Return a fully qualified domain name for name. If name is omitted or empty, it is interpreted

2016-10-07 17:42:13
signal.sigwaitinfo()

signal.sigwaitinfo(sigset) Suspend execution of the calling thread until the delivery of one of the signals specified in the

2016-10-07 17:42:01