veloren/network/src
2020-11-15 22:10:31 +00:00
..
api.rs Replaced usage of 0.0.0.0 with 127.0.0.1 in network tests to prevent firewall prompt on Windows when running tests 2020-11-15 22:10:31 +00:00
channel.rs fix compiling with metrics 2020-08-27 09:35:06 +02:00
lib.rs Streams no longer panic when recv on a StreamClosed Stream. Panicing is a "feature" of futures::channel 2020-10-19 10:23:30 +02:00
message.rs Streams no longer panic when recv on a StreamClosed Stream. Panicing is a "feature" of futures::channel 2020-10-19 10:23:30 +02:00
metrics.rs reduce load on metrics by ALOT! 2020-08-27 01:55:13 +02:00
participant.rs apparently span doesnt work for async, so i replaced it by an instrument version 2020-10-14 17:54:01 +02:00
prios.rs Fixing Tarpaulin isn't easy. 2020-10-26 17:04:20 +01:00
protocols.rs Corrected some spelling errors 2020-08-25 12:21:25 +00:00
scheduler.rs add more tracing and drop lock earlier 2020-10-13 19:01:53 +02:00
types.rs Propper Compression support of network. 2020-08-25 23:55:27 +02:00