ssl.RAND_add(bytes, entropy) Mix the given bytes into the SSL pseudo-random number generator. The parameter entropy
socket.close() Mark the socket closed. The underlying system resource (e.g. a file descriptor) is also closed when all file
handle_close() Called when the socket is closed.
handle_error() Called when an exception is raised and not otherwise handled. The default version prints a condensed traceback
send(data) Send data to the remote end-point of the socket.
read([n]) Return a
socket.inet_ntop(address_family, packed_ip) Convert a packed IP address (a bytes-like object
rfind(sub[, start[, end]]) Returns the highest index in the object where the subsequence sub is found, such that sub
socket.dup() Duplicate the socket. The newly created socket is
socket.recvmsg_into(buffers[, ancbufsize[, flags]]) Receive normal data and ancillary data from the socket, behaving as recvmsg()
Page 9 of 22