signal.signal()
  • References/Python/Python/Networking

signal.signal(signalnum, handler) Set the handler for signal signalnum to the function handler. handler

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

ssl.PROTOCOL_TLSv1 Selects TLS version 1.0 as the channel encryption protocol.

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

socket.type The socket type.

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

handle_connect() Called when the active opener’s socket actually makes a connection. Might send a “welcome” banner, or initiate

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

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

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

readline() Returns a single line, starting at the current file position and up to the next newline.

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

class ssl.MemoryBIO A memory buffer that can be used to pass data between Python and an SSL protocol instance.

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

ssl.enum_certificates(store_name) Retrieve certificates from Windows’ system cert store. store_name may be one of CA

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

signal.getitimer(which) Returns current value of a given interval timer specified by which. Availability: Unix.

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