ssl.OP_NO_SSLv3
  • References/Python/Python/Networking

ssl.OP_NO_SSLv3 Prevents an SSLv3 connection. This option is only applicable in conjunction with PROTOCOL_SSLv23

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

SSLContext.protocol The protocol version chosen when constructing the context. This attribute is read-only.

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

socket.inet_aton(ip_string) Convert an IPv4 address from dotted-quad string format (for example, ‘123.45.67.89’) to 32-bit packed

2025-01-10 15:47:30
asyncio
  • References/Python/Python/Networking

New in version 3.4. Source code:

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

class asyncore.file_dispatcher A file_dispatcher takes a file descriptor or file object

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

SSLSocket.server_hostname Hostname of the server:

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

SSLSocket.server_side A boolean which is True for server-side sockets and False for client-side sockets

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

class mmap.mmap(fileno, length, tagname=None, access=ACCESS_DEFAULT[, offset]) (Windows version) Maps length

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

close() Closes the mmap. Subsequent calls to other methods of the object will result in a ValueError exception being raised

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

async_chat.push(data) Pushes data on to the channel’s fifo to ensure its transmission. This is all you need to do to have the

2025-01-10 15:47:30