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

signal.sigwait(sigset) Suspend execution of the calling thread until the delivery of one of the signals specified in the signal

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

ssl.PROTOCOL_SSLv2 Selects SSL version 2 as the channel encryption protocol. This protocol is

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

SSLContext.verify_flags The flags for certificate verification operations. You can set flags like VERIFY_CRL_CHECK_LEAF

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

socket.recvmsg(bufsize[, ancbufsize[, flags]]) Receive normal data (up to bufsize bytes) and ancillary data from the

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

socket.get_inheritable() Get the

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

socket.fromshare(data) Instantiate a socket from data obtained from the socket.share() method. The socket is assumed

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

ssl.wrap_socket(sock, keyfile=None, certfile=None, server_side=False, cert_reqs=CERT_NONE, ssl_version={see docs}, ca_certs=None, do_handshake_on_connect=True, supp

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

handle_write() Called when the asynchronous loop detects that a writable socket can be written. Often this method will implement

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

socket.sendfile(file, offset=0, count=None) Send a file until EOF is reached by using high-performance

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

signal.sigpending() Examine the set of signals that are pending for delivery to the calling thread (i.e., the signals which

2025-01-10 15:47:30