ssl.SSLContext.set_ecdh_curve()
  • References/Python/Python/Networking

SSLContext.set_ecdh_curve(curve_name) Set the curve name for Elliptic Curve-based Diffie-Hellman (ECDH) key exchange. ECDH is

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

tell() Returns the current position of the file pointer.

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

async_chat.set_terminator(term) Sets the terminating condition to be recognized on the channel. term may be any

2025-01-10 15:47:30
asyncore.dispatcher_with_send
  • References/Python/Python/Networking

class asyncore.dispatcher_with_send A dispatcher subclass which adds simple buffered output capability, useful

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

socket.recvfrom(bufsize[, flags]) Receive data from the socket. The return value is a pair (bytes, address) where

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

move(dest, src, count) Copy the count bytes starting at offset src to the destination index dest

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

socket.CMSG_SPACE(length) Return the buffer size needed for recvmsg() to receive an ancillary data item with associated

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

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

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

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

2025-01-10 15:47:30
asyncore.file_wrapper
  • References/Python/Python/Networking

class asyncore.file_wrapper A file_wrapper takes an integer file descriptor and calls

2025-01-10 15:47:30