ssl.SSLWantReadError
  • References/Python/Python/Networking

exception ssl.SSLWantReadError A subclass of SSLError raised by a non-blocking SSL socket when trying

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

SSLContext.set_ecdh_curve(curve_name) Set the curve name for Elliptic Curve-based Diffie-Hellman (ECDH) key exchange. ECDH is

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

SSLSocket.version() Return the actual SSL protocol version negotiated by the connection as a string, or None is

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

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

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

signal.pause() Cause the process to sleep until a signal is received; the appropriate handler will then be called. Returns nothing

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

ssl.enum_crls(store_name) Retrieve CRLs from Windows’ system cert store. store_name may be one of CA,

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

socket.if_indextoname(if_index) Return a network interface name corresponding to an interface index number.

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

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

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

socket.getpeername() Return the remote address to which the socket is connected. This is useful to find out the port number

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

SSLContext.session_stats() Get statistics about the SSL sessions created or managed by this context. A dictionary is returned

2025-01-10 15:47:30