veloren/network
Marcel Märtens 8dccc21125 preparation for multiple-channel participants.
When a stream is opened we are searching for the best (currently) available channel.
The stream will then be keept on that channel.
Adjusted the rest of the algorithms that they now respect this rule.
improved a HashMap for Pids to be based on a Vec. Also using this for Sid -> Cid relation which is more performance critical
WARN: our current send()? error handling allows it for some close_stream messages to get lost.
2021-03-26 08:57:50 +01:00
..
benches network scheduler and rawmsg cleanup 2021-03-26 08:57:42 +01:00
examples network scheduler and rawmsg cleanup 2021-03-26 08:57:42 +01:00
protocol preparation for multiple-channel participants. 2021-03-26 08:57:50 +01:00
src preparation for multiple-channel participants. 2021-03-26 08:57:50 +01:00
tests Change the way Network is dropped. 2021-03-03 11:28:40 +01:00
Cargo.toml update dependencies, including removal of some tracy deps as they are get through common/tracy 2021-03-09 20:17:29 +01:00