Arvid Norberg
Arvid Norberg
> Really, Windows pthread implementation does not contain pthread_atfork support. probably because windows doesn't really spawn processes using a fork-like mechanism. If it's not absolutely required, I wouldn't recommend using...
part of the fix is probably to make sure `TORRENT_USE_SC_NETWORK_REACHABILITY` is disabled for old MacOS versions.
actually, it looks lit it's really `TORRENT_USE_SYSTEMCONFIGURATION`
changing how filenames are sanitized can be a pretty intrusive change. It effectively means upgrading your client may no longer find the files the previous version downloaded. Currently, libtorrent used...
previous ticket: https://github.com/arvidn/libtorrent/issues/829
the reason the swarm merging feature hasn't been implemented is not because this issue was inactive and closed by the stale bot. The reason it hasn't been implemented is because...
a ticket being stale and closed is not a sign of people not caring. It's a sign of work not being done. Keeping tickets open does not make it any...
is the problem that the counter is (incorrectly) zero, or that your DHT fails to bootstrap?
The flakiness of this test on MacOS is caused by a problem in the simulator. Something is not deterministic. I believe I've fixed these issues in RC_2_0 and later. I...
so, I'm hesitant to land this. It would be better to back-port the determinism fixes