Searched refs:random_port (Results 1 – 1 of 1) sorted by relevance
431 let mut random_port = 1; in handle_allocate_request() localVariable433 while random_port % 2 != 0 { in handle_allocate_request()434 random_port = match self.allocation_manager.get_random_even_port().await { in handle_allocate_request()456 requested_port = random_port; in handle_allocate_request()