veloren/network/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
..
api.rs implement Upload Bandwidth prediction. 2021-03-26 08:58:03 +01:00
channel.rs implement Upload Bandwidth prediction. 2021-03-26 08:58:03 +01:00
lib.rs preparation for multiple-channel participants. 2021-03-26 08:57:50 +01:00
message.rs network scheduler and rawmsg cleanup 2021-03-26 08:57:42 +01:00
metrics.rs implement Upload Bandwidth prediction. 2021-03-26 08:58:03 +01:00
participant.rs implement Upload Bandwidth prediction. 2021-03-26 08:58:03 +01:00
scheduler.rs implement Upload Bandwidth prediction. 2021-03-26 08:58:03 +01:00
util.rs preparation for multiple-channel participants. 2021-03-26 08:57:50 +01:00