lucaspoffo / renet

Server/Client network library for multiplayer games with authentication and connection management made with Rust
Apache License 2.0
624 stars 67 forks source link

Distinguish between kilobyte and kilobit, some nicer defaults for graphs #27

Closed Aceeri closed 2 years ago

Aceeri commented 2 years ago

Might be a good idea to distinguish between it in the visualizer instead of just Kbps since kilobits are commonly used in networking speedtest stuff, but kilobytes are just generally commonly used.

Can change this to whichever we want, I just think it'd be nice to have an explicit "Kilobytes per second" or "Kilobits per second"header.

lucaspoffo commented 2 years ago

Thanks! Yeah, that was not clear enough, and wrong named in the code.