socket.socket.family
  • References/Python/Python/Networking

socket.family The socket family.

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

socket.has_ipv6 This constant contains a boolean value which indicates if IPv6 is supported on this platform.

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

socket.getdefaulttimeout() Return the default timeout in seconds (float) for new socket objects. A value of None

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

ssl.OP_NO_TLSv1_1 Prevents a TLSv1.1 connection. This option is only applicable in conjunction with PROTOCOL_SSLv23

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

bind(address) Bind the socket to address. The socket must not already be bound. (The format of address depends

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

seek(pos[, whence]) Set the file’s current position. whence argument is optional and defaults to os.SEEK_SET

2025-01-10 15:47:30
asyncore.file_wrapper
  • References/Python/Python/Networking

class asyncore.file_wrapper A file_wrapper takes an integer file descriptor and calls

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

tell() Returns the current position of the file pointer.

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

SSLSocket.cipher() Returns a three-value tuple containing the name of the cipher being used, the version of the SSL protocol

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

handle_expt() Called when there is out of band (OOB) data for a socket connection. This will almost never happen, as OOB is

2025-01-10 15:47:30