socket.socket.sendall()
  • References/Python/Python/Networking

socket.sendall(bytes[, flags]) Send data to the socket. The socket must be connected to a remote socket. The optional flags

2025-01-10 15:47:30
socket.CMSG_LEN()
  • References/Python/Python/Networking

socket.CMSG_LEN(length) Return the total length, without trailing padding, of an ancillary data item with associated data of

2025-01-10 15:47:30
socket.socket.sendmsg()
  • References/Python/Python/Networking

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

2025-01-10 15:47:30
socket.socket.recvmsg()
  • References/Python/Python/Networking

socket.recvmsg(bufsize[, ancbufsize[, flags]]) Receive normal data (up to bufsize bytes) and ancillary data from the

2025-01-10 15:47:30
socket.socket.send()
  • References/Python/Python/Networking

socket.send(bytes[, flags]) Send data to the socket. The socket must be connected to a remote socket. The optional flags

2025-01-10 15:47:30
socket.if_nameindex()
  • References/Python/Python/Networking

socket.if_nameindex() Return a list of network interface information (index int, name string) tuples.

2025-01-10 15:47:30
signal.ItimerError
  • References/Python/Python/Networking

exception signal.ItimerError Raised to signal an error from the underlying setitimer() or getitimer()

2025-01-10 15:47:30
socket.socket.recvfrom_into()
  • References/Python/Python/Networking

socket.recvfrom_into(buffer[, nbytes[, flags]]) Receive data from the socket, writing it into buffer instead of creating

2025-01-10 15:47:30
ssl.wrap_socket()
  • References/Python/Python/Networking

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

2025-01-10 15:47:30
socket.herror
  • References/Python/Python/Networking

exception socket.herror A subclass of

2025-01-10 15:47:30