Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/test/support/
D__init__.py604 SOCK_MAX_SIZE = 16 * 1024 * 1024 + 1 variable
/external/python/cpython3/Lib/test/support/
D__init__.py783 SOCK_MAX_SIZE = 16 * 1024 * 1024 + 1 variable