Searched refs:max_connections (Results 1 – 6 of 6) sorted by relevance
116 max_workers=max(rpc_client.max_connections - 2, 1))137 max_connections=None): argument164 if max_connections is None:165 self.max_connections = RpcClient.DEFAULT_MAX_CONNECTION167 self.max_connections = max_connections207 if client_count < self.max_connections:211 if client_count < self.max_connections:
243 max_connections=None, argument282 max_connections=max_connections)
59 max_connections=None): argument96 max_connections=max_connections)
74 max_connections = 5 variable in ConcurrentGattConnectTest86 for i in range(1, self.max_connections + 1):156 if len(address_list) < self.max_connections:204 self.max_connections):285 self.max_connections):
147 client.max_connections = 0
1297 def start_new_session(self, max_connections=None, server_port=None): argument1311 max_connections=max_connections, server_port=server_port)