Alex

Results 42 comments of Alex

Any example on how to use this project as a library?

@bagder Well, it seems it's protocol specific. I can't reproduce it for HTTP protocol too. For me, it's reproducible for SFTP protocol.

@alexdconf I'm using libcurl in my own code and have this issue. However, I've just tried to test it with curl from official downloads and it has the same issue...

@bagder > curl 8.7.1 (x86_64-w64-mingw32) libcurl/8.7.1 LibreSSL/3.9.1 zlib/1.3.1 brotli/1.1.0 zstd/1.5.6 WinIDN libpsl/0.21.5 libssh2/1.11.0 nghttp2/1.61.0 ngtcp2/1.4.0 nghttp3/1.2.0 Release-Date: 2024-03-27 Protocols: dict file ftp ftps gopher gophers http https imap imaps ipfs...

@master255 , #4616 has nothing in common with this issue. I've read the whole that topic and it was just a waste of time. And please do not offer any...

@arvidn Thanks for the reply. No, I don't think it's caused by a snubbed peer. That torrent I've tested has ~150 seeding peers. And actually (according to my app report),...

> * Track the highest piece _written_ to each file. Is it not enough to track downloaded pieces? It seems it would have no difference which pieces we track -...

So, is any fix planned? Is it planned for 1.2.x versions? Any ETA of 1.2.x release with the fix? I would like to know this to understand if I have...

@arvidn OK, lets forget about snubbed peers :) Maybe I misunderstood something. Still, any ETA? Yes, I would like something like _strict sequential mode_ in addition to _sequential mode_.

Well, I add a torrent in a paused mode, then set it up (which includes setting sequential mode) and then call torrent_handle::resume on it. Is it not OK?