socket.if_indextoname()
  • References/Python/Python/Networking

socket.if_indextoname(if_index) Return a network interface name corresponding to an interface index number.

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

ssl.OP_NO_SSLv2 Prevents an SSLv2 connection. This option is only applicable in conjunction with PROTOCOL_SSLv23

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

socket.gethostbyname_ex(hostname) Translate a host name to IPv4 address format, extended interface. Return a triple (hostname

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

exception ssl.CertificateError Raised to signal an error with a certificate (such as mismatching hostname). Certificate errors

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

async_chat.discard_buffers() In emergencies this method will discard any data held in the input and/or output buffers and the

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

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

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

signal.pause() Cause the process to sleep until a signal is received; the appropriate handler will then be called. Returns nothing

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

SSLContext.session_stats() Get statistics about the SSL sessions created or managed by this context. A dictionary is returned

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

ac_in_buffer_size The asynchronous input buffer size (default 4096).

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

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

2025-01-10 15:47:30