veloren/network/protocol/src
2021-04-29 19:12:57 +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 Quic: We had the followuing problem: 2021-04-29 15:58:23 +02: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 Quic: We had the followuing problem: 2021-04-29 15:58:23 +02:00
quic.rs switch network/protocol to hashbrown (5% perf increase) 2021-04-29 19:12:57 +02:00
tcp.rs switch network/protocol to hashbrown (5% perf increase) 2021-04-29 19:12:57 +02:00
types.rs QuicSink and QuicDrain do work now. 2021-04-29 15:58:39 +02:00
udp.rs COMPLETE REDESIGN of network crate 2021-02-17 12:39:47 +01:00
util.rs Quic: We had the followuing problem: 2021-04-29 15:58:23 +02:00