socket.sendall(bytes[, flags]) Send data to the socket. The socket must be connected to a remote socket. The optional flags
socket.CMSG_LEN(length) Return the total length, without trailing padding, of an ancillary data item with associated data of
socket.sendmsg(buffers[, ancdata[, flags[, address]]]) Send normal and ancillary data to the socket, gathering the non-ancillary
socket.recvmsg(bufsize[, ancbufsize[, flags]]) Receive normal data (up to bufsize bytes) and ancillary data from the
socket.send(bytes[, flags]) Send data to the socket. The socket must be connected to a remote socket. The optional flags
socket.if_nameindex() Return a list of network interface information (index int, name string) tuples.
exception signal.ItimerError Raised to signal an error from the underlying setitimer() or getitimer()
socket.recvfrom_into(buffer[, nbytes[, flags]]) Receive data from the socket, writing it into buffer instead of creating
ssl.wrap_socket(sock, keyfile=None, certfile=None, server_side=False, cert_reqs=CERT_NONE, ssl_version={see docs}, ca_certs=None, do_handshake_on_connect=True, supp
exception socket.herror A subclass of
Page 9 of 22