When a download is canceled, it disappears from the list, but the bandwidth monitor shows that the transfer is still active (at sender and receiver).
Reconnecting to the sender resolves this, but that shouldn't be the solution, should it?
It appears to keep downloading because of the packet sizes. It wont stop downloading/uploading till the packet has been completely received. That's just how TCP/IP works. We may make the packet size smaller in the future to reduce this problem a little.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
It appears to keep downloading because of the packet sizes. It wont stop downloading/uploading till the packet has been completely received. That's just how TCP/IP works. We may make the packet size smaller in the future to reduce this problem a little.