socket.socket.gettimeout()
  • References/Python/Python/Networking

socket.gettimeout() Return the timeout in seconds (float) associated with socket operations, or None if no timeout

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

socket.ntohl(x) Convert 32-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.dup()
  • References/Python/Python/Networking

socket.dup() Duplicate the socket. The newly created socket is

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

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

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

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

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

socket.SocketType This is a Python type object that represents the socket object type. It is the same as type(socket(

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

write_eof() Write an EOF marker to the memory BIO. After this method has been called, it is illegal to call write()

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

async_chat.push_with_producer(producer) Takes a producer object and adds it to the producer fifo associated with the channel

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

handle_write() Called when the asynchronous loop detects that a writable socket can be written. Often this method will implement

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

library A string mnemonic designating the OpenSSL submodule in which the error occurred, such as SSL, PEM

2025-01-10 15:47:30