Home
last modified time | relevance | path

Searched refs:SOCK_MAX_SIZE (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Lib/test/
Dtest_socket.py729 c.sendall(b"x" * test_support.SOCK_MAX_SIZE)
734 b"x" * test_support.SOCK_MAX_SIZE)
Dtest_support.py589 SOCK_MAX_SIZE = 16 * 1024 * 1024 + 1 variable