Hello,
Ive got a rpi 4b with archlinuxarm running.
I have the following issue:
The status bar of rtorrent shows broken information for upload/download throttle limits:
[code]
[Throttle 34061960 / 34061960 KB] [Rate 0.4 / 399.8 KB] [Port: 6888] [U 0/16] [D 31/90] [H 0/32] [S 4/38/736] [F 8/128]
[/code]
The actual throttle is being respected (30KB / 400KB ) but the numbers shown are garbage..
Also the numbers appear to be random.
Below is my .rtorrent.rc.
[code]
throttle.global_down.max_rate.set_kb = 300 throttle.global_up.max_rate.set_kb = 30 directory.default.set = /mnt/caddy session.path.set = /mnt/caddy/session protocol.encryption.set = allow_incoming,enable_retry,prefer_plaintext dht.mode.set = auto
[/code]
Ive got a X86_64 box with archlinux with the same .rtorrent.rc which shows the correct throttle info.
Anyone got any clue?
