ssl.SSLContext.set_ciphers()
  • References/Python/Python/Networking

SSLContext.set_ciphers(ciphers) Set the available ciphers for sockets created with this context. It should be a string in the

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

exception socket.herror A subclass 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.SocketType
  • References/Python/Python/Networking

socket.SocketType This is a Python type object that represents the socket object type. It is the same as type(socket(

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

SSLSocket.selected_npn_protocol() Return the higher-level protocol that was selected during the TLS/SSL handshake. If SSLContext

2025-01-10 15:47:30
asynchat.async_chat.found_terminator()
  • References/Python/Python/Networking

async_chat.found_terminator() Called when the incoming data stream matches the termination condition set by set_terminator()

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

ssl.RAND_egd(path) If you are running an entropy-gathering daemon (EGD) somewhere, and path is the pathname of a socket

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

socket.gettimeout() Return the timeout in seconds (float) associated with socket operations, or None if no timeout

2025-01-10 15:47:30
ssl.SSLError.library
  • References/Python/Python/Networking

library A string mnemonic designating the OpenSSL submodule in which the error occurred, such as SSL, PEM

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

socket.htonl(x) Convert 32-bit positive integers from host to network byte order. On machines where the host byte order is the

2025-01-10 15:47:30