veloren/network
Marcel Märtens 4fed9dab83 Have a clear error for when the I/O closes and when some protocol is violated. this should help find the rootcause of a bug.
If its Closed it looks like the TCP connection got dropped/cut off (e.g. OS, Wifi).
If its Violated we for sure know the cause is the messages send/recv in a wrong way
2021-04-13 00:12:20 +02:00
..
benches network scheduler and rawmsg cleanup 2021-03-26 08:57:42 +01:00
examples 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
protocol Have a clear error for when the I/O closes and when some protocol is violated. this should help find the rootcause of a bug. 2021-04-13 00:12:20 +02:00
src 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
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