Searched refs:max_connections (Results 1 – 6 of 6) sorted by relevance
68 max_workers=max(rpc_client.max_connections - 2, 1))89 max_connections=None): argument116 if max_connections is None:117 self.max_connections = RpcClient.DEFAULT_MAX_CONNECTION119 self.max_connections = max_connections159 if client_count < self.max_connections:163 if client_count < self.max_connections:
56 max_connections=None): argument91 max_connections=max_connections)
245 max_connections=None, argument278 max_connections=max_connections)
75 max_connections = 5 variable in ConcurrentGattConnectTest90 for i in range(1, self.max_connections + 1):160 if len(address_list) < self.max_connections:208 self.max_connections):289 self.max_connections):
147 client.max_connections = 0
994 def start_new_session(self, max_connections=None, server_port=None): argument1008 max_connections=max_connections, server_port=server_port)