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
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
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
socket.gethostname()
  • References/Python/Python/Networking

socket.gethostname() Return a string containing the hostname of the machine where the Python interpreter is currently executing

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

socket.if_nametoindex(if_name) Return a network interface index number corresponding to an interface name.

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.close_when_done()
  • References/Python/Python/Networking

async_chat.close_when_done() Pushes a None on to the producer fifo. When this producer is popped off the fifo it

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

socket.getfqdn([name]) Return a fully qualified domain name for name. If name is omitted or empty, it is interpreted

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

signal.set_wakeup_fd(fd) Set the wakeup file descriptor to fd. When a signal is received, the signal number is written

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

ac_out_buffer_size The asynchronous output buffer size (default 4096).

2025-01-10 15:47:30