diff --git a/src/main.rs b/src/main.rs index 0cca3da..c5d4417 100644 --- a/src/main.rs +++ b/src/main.rs @@ -170,7 +170,8 @@ fn main() -> std::io::Result<()> { } }); - // Accept connections from clients, writing any data received to the diag device + // Accept connections from a client (only one is accepted at a time), + // writing any data received to the diag device loop { println!("Waiting for client"); let (mut client_reader, _) = listener.accept()?;