ssl.SSLError
  • References/Python/Python/Networking

exception ssl.SSLError Raised to signal an error from the underlying SSL implementation (currently provided by the OpenSSL library)

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

socket.setdefaulttimeout(timeout) Set the default timeout in seconds (float) for new socket objects. When the socket module

2025-01-10 15:47:30
asyncore.dispatcher.handle_accepted()
  • References/Python/Python/Networking

handle_accepted(sock, addr) Called on listening channels (passive openers) when a connection has been established with a new

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

signal.sigtimedwait(sigset, timeout) Like sigwaitinfo(), but takes an additional timeout argument specifying

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

exception socket.error A deprecated alias of

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

socket.getprotobyname(protocolname) Translate an Internet protocol name (for example, 'icmp') to a constant suitable

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

write_byte(byte) Write the integer byte into memory at the current position of the file pointer; the file position

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

ssl.RAND_status() Return True if the SSL pseudo-random number generator has been seeded with ‘enough’ randomness

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

ssl.PROTOCOL_TLSv1_2 Selects TLS version 1.2 as the channel encryption protocol. This is the most modern version, and probably

2025-01-10 15:47:30
mmap.mmap.closed
  • References/Python/Python/Networking

closed True if the file is closed. New

2025-01-10 15:47:30