veloren/network/protocol/src
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
..
error.rs export unterlying errors via network crate, to generate more detailed logs 2022-05-23 02:00:56 +02:00
event.rs Update Network Protocol 2021-02-22 17:34:55 +01:00
frame.rs ITFrame::read_frame now throws an error when the frame_no is invalid. 2021-04-13 00:13:08 +02:00
handshake.rs export unterlying errors via network crate, to generate more detailed logs 2022-05-23 02:00:56 +02:00
lib.rs export unterlying errors via network crate, to generate more detailed logs 2022-05-23 02:00:56 +02:00
message.rs Update Network Protocol 2021-02-22 17:34:55 +01:00
metrics.rs update toolchain to nightly-2021-09-24 2021-09-24 23:18:07 +02:00
mpsc.rs export unterlying errors via network crate, to generate more detailed logs 2022-05-23 02:00:56 +02:00
prio.rs 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
quic.rs export unterlying errors via network crate, to generate more detailed logs 2022-05-23 02:00:56 +02:00
tcp.rs export unterlying errors via network crate, to generate more detailed logs 2022-05-23 02:00:56 +02:00
types.rs Update toolchain 2021-05-31 20:44:57 -04:00
udp.rs COMPLETE REDESIGN of network crate 2021-02-17 12:39:47 +01:00
util.rs Quic: We had the followuing problem: 2021-04-29 15:58:23 +02:00