ssl.RAND_add()
  • References/Python/Python/Networking

ssl.RAND_add(bytes, entropy) Mix the given bytes into the SSL pseudo-random number generator. The parameter entropy

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

socket.close() Mark the socket closed. The underlying system resource (e.g. a file descriptor) is also closed when all file

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

handle_close() Called when the socket is closed.

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

handle_error() Called when an exception is raised and not otherwise handled. The default version prints a condensed traceback

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

send(data) Send data to the remote end-point of the socket.

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

read([n]) Return a

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

socket.inet_ntop(address_family, packed_ip) Convert a packed IP address (a bytes-like object

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

rfind(sub[, start[, end]]) Returns the highest index in the object where the subsequence sub is found, such that sub

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

socket.recvmsg_into(buffers[, ancbufsize[, flags]]) Receive normal data and ancillary data from the socket, behaving as recvmsg()

2025-01-10 15:47:30