veloren/network/protocol/src
Marcel Märtens aea52d8b54 implement Upload Bandwidth prediction.
Its available to `api` and `metrics` and can be used to slow down msg send in veloren.
It uses a tokio::watch for now, as i plan to have a watch job in the scheduler that recalculates prio on change.
Also cleaning up participant metrics after a disconnect
2021-03-26 08:58:03 +01:00
..
error.rs Client::new can now resolve DNS requests, better networking error messages 2021-02-22 17:35:19 +01:00
event.rs Update Network Protocol 2021-02-22 17:34:55 +01:00
frame.rs Update Network Protocol 2021-02-22 17:34:55 +01:00
handshake.rs Client::new can now resolve DNS requests, better networking error messages 2021-02-22 17:35:19 +01:00
lib.rs implement Upload Bandwidth prediction. 2021-03-26 08:58:03 +01:00
message.rs Update Network Protocol 2021-02-22 17:34:55 +01:00
metrics.rs remove prometheus dos via protocol. 2021-03-20 23:50:38 +01:00
mpsc.rs implement Upload Bandwidth prediction. 2021-03-26 08:58:03 +01:00
prio.rs Stabelize Network again: 2021-02-17 19:37:48 +01:00
tcp.rs implement Upload Bandwidth prediction. 2021-03-26 08:58:03 +01:00
types.rs preparation for multiple-channel participants. 2021-03-26 08:57:50 +01:00
udp.rs COMPLETE REDESIGN of network crate 2021-02-17 12:39:47 +01:00