Arvid Norberg

Results 1037 comments of Arvid Norberg

> So the $1k question, why does the announce code freezes qBittorrent? I imagine it should be a background task using aynchronous functions. Would be interesting to craft a fastresume...

I imagine the underlying issue is that libtorrent end up in a state where a timer expires and is reissued at the current time, and so it fires again, pegging...

one issue I recently discovered was that, when I have a VPN enabled, linux broadcasts frequent redundant updates over `NETLINK_ROUTE` sockets. Libtorrent currently subscribes to such updates to be notified...

@xdustinface could this have been introduced by https://github.com/Chia-Network/chia-blockchain/pull/12541 ? It looks odd that any locking of these files would have to happen outside of compiling them

I would think a better direction to go in would be to print the date every time it changes, and on other log lines *only* include the 24 hour wall...

the time zone doesn't change either, so it seems quite unnecessary to print it on every line

I've we're mostly concerned about this being machine-readable, using posix-time as timestamp would probably be best. No need to worry about time-zones or other head-aches that come with civic time,...

a nit-pick; typically "address" just refers to the IP-address. address + port is referred to as "endpoint"

fixed here https://github.com/arvidn/try_signal/pull/18