mmap.mmap.write_byte()
  • References/Python/Python/Networking

write_byte(byte) Write the integer byte into memory at the current position of the file pointer; the file position

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

class asynchat.async_chat This class is an abstract subclass of

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

ssl.RAND_status() Return True if the SSL pseudo-random number generator has been seeded with ‘enough’ randomness

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

ssl.RAND_pseudo_bytes(num) Return (bytes, is_cryptographic): bytes are num pseudo-random bytes, is_cryptographic is

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

SSLSocket.unwrap() Performs the SSL shutdown handshake, which removes the TLS layer from the underlying socket, and returns

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

ssl.OP_NO_TLSv1_2 Prevents a TLSv1.2 connection. This option is only applicable in conjunction with PROTOCOL_SSLv23

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

read(n=-1) Read up to n bytes from the memory buffer. If n is not specified or negative, all bytes are returned

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

socket.getsockopt(level, optname[, buflen]) Return the value of the given socket option (see the Unix man page

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

SSLContext.load_default_certs(purpose=Purpose.SERVER_AUTH) Load a set of default “certification authority” (CA) certificates

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

socket.getprotobyname(protocolname) Translate an Internet protocol name (for example, 'icmp') to a constant suitable

2025-01-10 15:47:30