Skip to main content

send_file

Function send_file 

Source
pub fn send_file(
    path: PathBuf,
    write_stream: Arc<Mutex<TcpStream>>,
    uid: u64,
    code: MessageCode,
    keys: Option<&SharedKeys>,
)