SSLSocket.server_side A boolean which is True for server-side sockets and False for client-side sockets
socket.type The socket type.
socket.share(process_id) Duplicate a socket and prepare it for sharing with a target process. The target process must be provided
signal.pthread_sigmask(how, mask) Fetch and/or change the signal mask of the calling thread. The signal mask is the set of signals
SSLSocket.server_hostname Hostname of the server:
recv(buffer_size) Read at most buffer_size bytes from the socket’s remote end-point. An empty bytes object implies
ssl.PROTOCOL_TLSv1 Selects TLS version 1.0 as the channel encryption protocol.
async_chat.push(data) Pushes data on to the channel’s fifo to ensure its transmission. This is all you need to do to have the
socket.connect(address) Connect to a remote socket at address. (The format of address depends on the address
ssl.RAND_bytes(num) Return num cryptographically strong pseudo-random bytes. Raises an SSLError if the
Page 1 of 22