Liberum-Neto / liberum-neto

2 stars 0 forks source link

Do not send files as Vec<u8>, use some kind of framed sender #33

Open philipandag opened 2 weeks ago

philipandag commented 2 weeks ago

As in the title, we don't want a whole distro iso image to be loaded into RAM. What about checking the file integrity? I guess we can do it after it is already saved to the disk.