fn on_handshake_finalize(context: &mut Context) -> Status
Expand description

Finalizes the handshake by sending the list of files to the receiver and starting the file transfer task.

§Arguments

  • context - The mutable context holding the sender, files, and shared key.

§Returns

A Status indicating the success or failure of the handshake finalization.