veloren/network/protocol
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 Update Network Protocol 2021-02-22 17:34:55 +01:00
src preparation for multiple-channel participants. 2021-03-26 08:57:50 +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