veloren/network/protocol
Marcel Märtens 754bf32580 add a check to break the sending loop if the current bytes got greater than the total bytes.
We calculate a max bandwidth, but due to framing the packages, i think its possible for the current_bytes to get a few bytes over the actuall planed bandwidth. which prob isn't that bad/unfair
2022-06-08 09:45:25 +02:00
..
benches export unterlying errors via network crate, to generate more detailed logs 2022-05-23 02:00:56 +02:00
src add a check to break the sending loop if the current bytes got greater than the total bytes. 2022-06-08 09:45:25 +02:00
Cargo.toml export unterlying errors via network crate, to generate more detailed logs 2022-05-23 02:00:56 +02:00