Kleissner
|
b5266b1c52
|
File Transfer: Add header to file transfer to indicate file size and transfer size. This is important to know when to stop reading. It will also help when reading only ranges (which is important for video streaming).
New function FileTransferReadHeaderUDT to read the header.
Warehouse: ReadFile return count bytes read
|
2021-10-25 03:34:28 +02:00 |
|
Kleissner
|
39bc255007
|
Minor cleanup
|
2021-10-24 06:31:36 +02:00 |
|
Kleissner
|
f6bbd02a01
|
Transfer: Change virtual connection from net.PacketConn to channels which is faster and less complex.
Improve termination behavior and documentation of it.
|
2021-10-24 06:27:23 +02:00 |
|
Kleissner
|
75e3d9a42e
|
Initial UDT implementation for file transfer.
New function RequestFileTransferUDT to download files from other peers.
|
2021-10-24 04:26:30 +02:00 |
|