Skip to content
Snippets Groups Projects
Commit 49ae2efe authored by Sébastien Blin's avatar Sébastien Blin Committed by Andreas Traczyk
Browse files

datatransfer: supports canceling while transfering and multi-tranfer


This patchs implies a lot of changes for file transfer.
First, a TURN connection is made only for one file transfer. This
allows us to cancel a transfer by closing this connection without
cancel future file transfers. The TURN connection is closed when a
transfer is finished or canceled. Avoid to keep unused connections.
Second point, a ftpserver uses the id of its attached stream.

Note: removed unimplemented refuse and abortStream in peer_connection

Change-Id: I65ba104066de0494ba5a7954f0fad63eb2c9d6ac
Reviewed-by: default avatarAndreas Traczyk <andreas.traczyk@savoirfairelinux.com>
parent 5ba65e7f
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment