mirror of
https://github.com/EFForg/rayhunter.git
synced 2026-05-11 14:11:16 -07:00
slightly clearer server comment
This commit is contained in:
@@ -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 {
|
loop {
|
||||||
println!("Waiting for client");
|
println!("Waiting for client");
|
||||||
let (mut client_reader, _) = listener.accept()?;
|
let (mut client_reader, _) = listener.accept()?;
|
||||||
|
|||||||
Reference in New Issue
Block a user