mirror of
https://github.com/Noratrieb/cluelessh.git
synced 2026-03-15 11:36:02 +01:00
refactor
This commit is contained in:
parent
d34db09fd1
commit
c0f9687696
11 changed files with 529 additions and 505 deletions
|
|
@ -101,7 +101,7 @@ async fn handle_connection(
|
|||
}
|
||||
}*/
|
||||
|
||||
let mut state = ServerConnection::new(transport::ServerConnection::new(ThreadRngRand));
|
||||
let mut state = ServerConnection::new(transport::server::ServerConnection::new(ThreadRngRand));
|
||||
|
||||
let mut session_channels = HashMap::new();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue