veloren/network/src
Ben Wallis 2e08c2f76f Added client/server version mismatch message when a network error is encountered during client init.
Added warning banner on character select when successfully connected to a server with a mismatched version.
2021-04-24 09:08:30 +01:00
..
api.rs Added client/server version mismatch message when a network error is encountered during client init. 2021-04-24 09:08:30 +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 fix some tracy only and no default features 2021-03-27 18:24:10 +01:00
metrics.rs extend network of incomming TCP metrics and failed handshake metric 2021-03-27 18:24:10 +01:00
participant.rs change some Ordering::Relaxed to Ordering::SeqCst when we do not want to have it moved/or taken effects from other threads. 2021-04-07 23:17:09 +02:00
scheduler.rs fixed #1067 2021-04-13 20:39:56 +02:00
util.rs preparation for multiple-channel participants. 2021-03-26 08:57:50 +01:00