Arvid Norberg

Results 1037 comments of Arvid Norberg

>> The question is, how frequently should that be checked? > > Each time you do bootstrapping, until bootstrapping eventually succeeds? That's not a frequency. > The question I have...

> A number of nodes (from all interfaces) should be persisted and used when connecting the first time or re-connecting. It sounds like you're exactly describing the current behavior, as...

I believe this fixes it. Could someone give it a try? https://github.com/arvidn/libtorrent/pull/6338

@xnoreq could you provide logs from client_test, with alert_mask=all? The issue I can reproduce on MacOS when disabling and re-enabling the network interface, is that the process is notified of...

I can't reproduce this problem with this patch applied https://github.com/arvidn/libtorrent/pull/6338 I tested with a VPN as well, listening to a specific interface.

looking over this thread again, scratch my comment about the PR "fixing it". It sounds more likely the problem is: * the initial DHT bootstrap happens while there is no...

the second patch seems reasonable. I would prefer to set the timeout to much higher value though. I'm worried about tests leaving the python process running indefinitely otherwise. The first...

ah, interesting. My impression is that asio is supposed to disable `SIGPIPE` (and it seems like an oversight to not have done so on BSD). It doesn't seem appropriate for...

I think this issue may be related to the memory leak reported here: https://github.com/qbittorrent/qBittorrent/issues/12326

it sounds like you're asking that the "check-resume" step not validate the resume data against files on disk, but only for its internal consistency. It sounds reasonable. To preserve backwards...