Arvid Norberg

Results 1037 comments of Arvid Norberg

The [documentation](https://libtorrent.org/reference-Alerts.html#file_completed_alert) has this to say: > This is posted whenever an individual file completes its download. i.e. All pieces overlapping this file have passed their hash check. So, this...

I don't believe this affects the simulations that are run as part of the full node tests, right?

libtorrent uses UNC paths on windows. This is the only way to lift file name length restrictions as well as some other restrictions. As a security feature, windows does not...

this may be of interest: https://libtorrent.org/dht_sec.html

> In fact, it is assumed that libtorrent contains a bug in the logic of some counters What's the counter? And is "unexpected data detected", is that when files on...

dht routers are not treated as regular nodes. They are only used when bootstrapping the DHT fails. for example if there aren't any nodes saved from the last session, or...

it's not obvious to me that it would have that effect. Especially if the routing table is already "full". And if the routing table isn't full, it may be caused...

There's a tool in the libtorrent repo called ``connection_tester``. I use it for various load testing. It can: * generate a large number of test torrents, to have something to...

did you generate the fuzzing corpus and run the fuzzer for a while?

@jack60612 `cargo fmt` is failing