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

class ssl.SSLSocket(socket.socket) SSL sockets provide the following methods of

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

socket.bind(address) Bind the socket to address. The socket must not already be bound. (The format of address

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

size() Return the length of the file, which can be larger than the size of the memory-mapped area.

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

socket.socketpair([family[, type[, proto]]]) Build a pair of connected socket objects using the given address family, socket

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

socket.setsockopt(level, optname, value) Set the value of the given socket option (see the Unix manual page

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

readable() Called each time around the asynchronous loop to determine whether a channel’s socket should be added to the list

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

socket.inet_pton(address_family, ip_string) Convert an IP address from its family-specific string format to a packed, binary

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

SSLSocket.shared_ciphers() Return the list of ciphers shared by the client during the handshake. Each entry of the returned

2025-01-10 15:47:30