ssl.SSLEOFError
  • References/Python/Python/Networking

exception ssl.SSLEOFError A subclass of SSLError raised when the SSL connection has been terminated abruptly. Generally

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

ssl.PROTOCOL_TLSv1 Selects TLS version 1.0 as the channel encryption protocol.

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

socket.set_inheritable(inheritable) Set the

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

SSLContext.wrap_socket(sock, server_side=False, do_handshake_on_connect=True, suppress_ragged_eofs=True, server_hostname=None) Wrap

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

socket.recv_into(buffer[, nbytes[, flags]]) Receive up to nbytes bytes from the socket, storing the data into a buffer

2025-01-10 15:47:30
asyncio
  • References/Python/Python/Networking

New in version 3.4. Source code:

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

signal.pthread_sigmask(how, mask) Fetch and/or change the signal mask of the calling thread. The signal mask is the set of signals

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

socket.connect(address) Connect to a remote socket at address. (The format of address depends on the address

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

socket.inet_aton(ip_string) Convert an IPv4 address from dotted-quad string format (for example, ‘123.45.67.89’) to 32-bit packed

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

SSLSocket.context The SSLContext object this SSL socket is tied to. If the SSL socket was created using the top-level

2025-01-10 15:47:30