We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80ad75c commit 3663cd9Copy full SHA for 3663cd9
docs/filetransfer_v2a.md
@@ -21,8 +21,8 @@ tox_file_send() |
21
22
## toxcore changes for ftv2a
23
24
-with filetransfers it can happen that the sender starts a filetransfer and the receiver accepts it, but
25
-one of both parties now suddenly went offline. so the sender will not start the filetransfer.
+with filetransfers it can happen that the sender starts a filetransfer and the receiver gets the request, but
+then the receiver suddenly goes offline. now the sender will wait forever for an accept or cancel.
26
27
we need to tell the sender that the receiver has actually received
28
the "file send request" and has fully processed it.
0 commit comments