todo
authorJoey Hess <joeyh@joeyh.name>
Wed, 13 Apr 2022 03:26:17 +0000 (23:26 -0400)
committerJoey Hess <joeyh@joeyh.name>
Wed, 13 Apr 2022 03:26:17 +0000 (23:26 -0400)
doc/todo/Mbps.mdwn [new file with mode: 0644]

diff --git a/doc/todo/Mbps.mdwn b/doc/todo/Mbps.mdwn
new file mode 100644 (file)
index 0000000..8710bdd
--- /dev/null
@@ -0,0 +1,11 @@
+Download speed is displayed in bytes/second, but in some situations, it
+would be better to use bits/second, eg Mbps and Kbps rather than MiB/s and
+KiB/s.
+
+I noticed this now that I have an internet connection that is
+capable of 150-200 Mbps, but varies widely (satellite). While I could think
+of that as 19-25 MiB/s those are less round numbers and harder to remember
+and match up with the other bandwidth displays.
+
+This might make sense as a per-remote configurable value. Allowing
+using MiB/s for a hard drive and Mbps for a network remote. --[[Joey]]