This pull request introduces a new feature that enables multiple concurrent chunk transfers. We can considerably minimize the time it takes to transfer large files by transferring the chunks simultaneously. The first commit provides parallel chunk transfers, while the second commit focuses on improving the sender's experience by displaying only the actually received bytes.
This pull request introduces a new feature that enables multiple concurrent chunk transfers. We can considerably minimize the time it takes to transfer large files by transferring the chunks simultaneously. The first commit provides parallel chunk transfers, while the second commit focuses on improving the sender's experience by displaying only the actually received bytes.