veloren/network/protocol/src
Marcel Märtens 9638581d09 ITFrame::read_frame now throws an error when the frame_no is invalid.
This will be catched by the respective protocols, e.g. tcp and cause a violation
2021-04-13 00:13:08 +02:00
..
error.rs 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
event.rs Update Network Protocol 2021-02-22 17:34:55 +01:00
frame.rs ITFrame::read_frame now throws an error when the frame_no is invalid. 2021-04-13 00:13:08 +02:00
handshake.rs Client::new can now resolve DNS requests, better networking error messages 2021-02-22 17:35:19 +01:00
lib.rs implement Upload Bandwidth prediction. 2021-03-26 08:58:03 +01:00
message.rs Update Network Protocol 2021-02-22 17:34:55 +01:00
metrics.rs remove prometheus dos via protocol. 2021-03-20 23:50:38 +01:00
mpsc.rs 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
prio.rs Stabelize Network again: 2021-02-17 19:37:48 +01:00
tcp.rs ITFrame::read_frame now throws an error when the frame_no is invalid. 2021-04-13 00:13:08 +02:00
types.rs preparation for multiple-channel participants. 2021-03-26 08:57:50 +01:00
udp.rs COMPLETE REDESIGN of network crate 2021-02-17 12:39:47 +01:00