Expand description
§Added
- [
Session::new_process_mux] Session::new_native_muxSessionBuilder::get_userSessionBuilder::get_portSessionBuilder::resolveSessionBuilder::launch_masterSessionBuilder::clean_history_control_directoryOverSshfor convertingstd::process::Command,tokio::process::Commandor other custom types toCommand.
§Changed
Socket::TcpSocketnow containshost: Cow<'_, str>andport: u16instead of an already resolvedSocketAddr. Since the socket could be opened on remote host, which might has different dns configuration, it’s better to delay resolution and perform it on remote instead.Socket::newnow takeshost: Cow<'_, str>andport: u16for the same reason as above.