SSLContext.set_ecdh_curve(curve_name) Set the curve name for Elliptic Curve-based Diffie-Hellman (ECDH) key exchange. ECDH is
tell() Returns the current position of the file pointer.
async_chat.set_terminator(term) Sets the terminating condition to be recognized on the channel. term may be any
class asyncore.dispatcher_with_send A dispatcher subclass which adds simple buffered output capability, useful
socket.recvfrom(bufsize[, flags]) Receive data from the socket. The return value is a pair (bytes, address) where
move(dest, src, count) Copy the count bytes starting at offset src to the destination index dest
socket.CMSG_SPACE(length) Return the buffer size needed for recvmsg() to receive an ancillary data item with associated
bind(address) Bind the socket to address. The socket must not already be bound. (The format of address depends
socket.htons(x) Convert 16-bit positive integers from host to network byte order. On machines where the host byte order is the
class asyncore.file_wrapper A file_wrapper takes an integer file descriptor and calls
Page 16 of 22