Searched refs:SOCK_MAX_SIZE (Results 1 – 10 of 10) sorted by relevance
413 big_chunk = b'\0' * test.support.SOCK_MAX_SIZE458 self.assertEqual(server.sent2, test.support.SOCK_MAX_SIZE)459 self.assertEqual(received2, test.support.SOCK_MAX_SIZE - 100)
261 return [b'\0' * support.SOCK_MAX_SIZE]300 self.assertEqual(received, support.SOCK_MAX_SIZE - 100)
1479 c.sendall(b"x" * support.SOCK_MAX_SIZE)1484 b"x" * support.SOCK_MAX_SIZE)4607 BIG = b"x" * support.SOCK_MAX_SIZE
4338 CONN_MAX_SIZE = max(support.PIPE_MAX_SIZE, support.SOCK_MAX_SIZE)
237 data = b"xyz" * (support.SOCK_MAX_SIZE // 3)246 'data = b"xyz" * %s' % (support.SOCK_MAX_SIZE // 3),
729 c.sendall(b"x" * test_support.SOCK_MAX_SIZE)734 b"x" * test_support.SOCK_MAX_SIZE)
2685 CONN_MAX_SIZE = max(support.PIPE_MAX_SIZE, support.SOCK_MAX_SIZE)
604 SOCK_MAX_SIZE = 16 * 1024 * 1024 + 1 variable
783 SOCK_MAX_SIZE = 16 * 1024 * 1024 + 1 variable
311 .. data:: SOCK_MAX_SIZE