Get the latest tech news
QUIC File Transfer Service, a CLI and srv for transferring large files
a file transfer service utilizing quic. Contribute to sirgallo/quicfiletransfer development by creating an account on GitHub.
The File Transfer Service utilizes the quic-go implementation of the quic Protocol, built on top of UDP. Since quic allows for multiplexing of streams on a single connection, the service takes advantage of this to attempt to speed up file transfers by processing and writing the file from the remote host (the server) to the destination (the client) concurrently. Each stream is made aware of its start offset and the size of the chunk it is processing.
Or read this on Hacker News