veloren/network
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 protocoladdr change for listen and connect 2021-04-29 15:58:34 +02:00
examples update a bunch of dependencies, including clap3 2022-04-04 11:43:29 +02:00
protocol 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
src export unterlying errors via network crate, to generate more detailed logs 2022-05-23 02:00:56 +02:00
tests deactivate tests in CI, as they have often no IPv6 configured and would fail in that case 2022-02-05 13:04:16 +01:00
Cargo.toml update a bunch of dependencies, including clap3 2022-04-04 11:43:29 +02:00