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.SSLZeroReturnError
  • References/Python/Python/Networking

exception ssl.SSLZeroReturnError A subclass of SSLError raised when trying to read or write and the SSL connection

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

socket.gethostbyname_ex(hostname) Translate a host name to IPv4 address format, extended interface. Return a triple (hostname

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

handle_read() Called when the asynchronous loop detects that a read() call on the channel’s socket will succeed

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

ac_in_buffer_size The asynchronous input buffer size (default 4096).

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

flush([offset[, size]]) Flushes changes made to the in-memory copy of a file back to disk. Without use of this call there is

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

exception ssl.SSLSyscallError A subclass of SSLError raised when a system error was encountered while trying to

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

signal.pthread_kill(thread_id, signalnum) Send the signal signalnum to the thread thread_id, another thread

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

signal.alarm(time) If time is non-zero, this function requests that a SIGALRM signal be sent to the process

2025-01-10 15:47:30