socket.inet_ntop()

socket.inet_ntop(address_family, packed_ip) Convert a packed IP address (a bytes-like object

2016-10-07 17:42:17
ssl.SSLError.reason

reason A string mnemonic designating the reason this error occurred, for example CERTIFICATE_VERIFY_FAILED. The

2016-10-07 17:42:55
socket.htonl()

socket.htonl(x) Convert 32-bit positive integers from host to network byte order. On machines where the host byte order is the

2016-10-07 17:42:15
socket.ntohl()

socket.ntohl(x) Convert 32-bit positive integers from network to host byte order. On machines where the host byte order is the

2016-10-07 17:42:17
ssl.SSLContext.verify_mode

SSLContext.verify_mode Whether to try to verify other peers’ certificates and how to behave if verification fails. This attribute

2016-10-07 17:42:53
ssl.MemoryBIO.write_eof()

write_eof() Write an EOF marker to the memory BIO. After this method has been called, it is illegal to call write()

2016-10-07 17:42:45
socket.socket.sendmsg()

socket.sendmsg(buffers[, ancdata[, flags[, address]]]) Send normal and ancillary data to the socket, gathering the non-ancillary

2016-10-07 17:42:24
ssl.SSLContext.set_ciphers()

SSLContext.set_ciphers(ciphers) Set the available ciphers for sockets created with this context. It should be a string in the

2016-10-07 17:42:52
asyncore.dispatcher.handle_close()

handle_close() Called when the socket is closed.

2016-10-07 17:27:09
ssl.PROTOCOL_SSLv2

ssl.PROTOCOL_SSLv2 Selects SSL version 2 as the channel encryption protocol. This protocol is

2016-10-07 17:42:47