Searched refs:SOCK_MAX_SIZE (Results 1 – 7 of 7) sorted by relevance
422 big_chunk = b'\0' * test.support.SOCK_MAX_SIZE467 self.assertEqual(server.sent2, test.support.SOCK_MAX_SIZE)468 self.assertEqual(received2, test.support.SOCK_MAX_SIZE - 100)
237 data = b"xyz" * (support.SOCK_MAX_SIZE // 3)246 'data = b"xyz" * %s' % (support.SOCK_MAX_SIZE // 3),
263 return [b'\0' * support.SOCK_MAX_SIZE]302 self.assertEqual(received, support.SOCK_MAX_SIZE - 100)
1606 c.sendall(b"x" * support.SOCK_MAX_SIZE)1611 b"x" * support.SOCK_MAX_SIZE)5018 BIG = b"x" * support.SOCK_MAX_SIZE
5077 CONN_MAX_SIZE = max(support.PIPE_MAX_SIZE, support.SOCK_MAX_SIZE)
395 SOCK_MAX_SIZE = 16 * 1024 * 1024 + 1 variable
322 .. data:: SOCK_MAX_SIZE