renterd icon indicating copy to clipboard operation
renterd copied to clipboard

Integrate RHP4 for uploads

Open ChrisSchinnerl opened this issue 5 months ago • 0 comments

This refers to integrating it in the most basic way to avoid a huge refactor of the upload code and to just get uploads working the same way they do now.

That means:

  • if we are beyond the allow height and talking to a host version v2.0+, we use RHP4 for uploads
  • partial uploads are still sent to the bus and later fetched for uploading when the pieces can be combined
  • uploads are pinned blockingly, allowing us to avoid db changes initially

ChrisSchinnerl avatar Sep 19 '24 11:09 ChrisSchinnerl