Hello everyone,

I recently came across an article on TorrentFreak about the BitTorrent protocol and found myself wondering if it has remained relevant in today’s digital landscape. Given the rapid advancements in technology, I was curious to know if BitTorrent has been surpassed by a more efficient protocol, or if it continues to hold its ground (like I2P?).

Thank you for your insights!

  • nesc@lemmy.cafe
    link
    fedilink
    English
    arrow-up
    3
    ·
    6 days ago

    I want that. For example you downloaded debian iso version 13 and after some time it can be updated to 13.1. Obviously it shouldn’t be an automatic operation unless you allowed it before starting download.

    • Grandwolf319@sh.itjust.works
      link
      fedilink
      English
      arrow-up
      12
      ·
      edit-2
      6 days ago

      I wouldn’t call that mutable, more like version tracking in which each torrent is aware of future versions.

      I kind of like that, but you might be able to accomplish it with a plugin or something.

      Put a file in the torrent called “versions” or something like that, and in there would be a url that the client can use to tell you if there is a new version.

      It wouldn’t change the protocol though, since the new version and old version would still need to be separate entities with different data and different seeding.

    • ivn@jlai.lu
      link
      fedilink
      English
      arrow-up
      4
      ·
      6 days ago

      Like the 13.1 torrent being only a patch to the 13 one and listing it as a dependency? Downloading the 13.1 torrent would transparently download the 13 if it wasn’t already, then download the 13.1 patch and apply it. But I don’t think any of this needs to be at the protocole level, that’s client functionality.